|
Magic Mailing List |
|
From: R. Timothy Edwards (tim AT stravinsky DOT jhuapl.edu) Date: Mon Apr 26 2004 - 11:06:59 EDT
Dear Jake,
> Just built Magic 7.2.62 under gentoo. I find it blows up when I left
> click in the netlist window. I.e. ``:spec net'' then click the 'Label'
> box. Failure is SEGV.
The error is in tcltk/tclmagic.c, line 637. The line there should be
changed from:
Tcl_EvalEx(magicinterp, "magic::dialog", 12, 0);
to:
Tcl_EvalEx(magicinterp, "magic::dialog", 13, 0);
Oops, I can't count! I'll fix the distribution. Thanks for the bug
report.
Regards,
Tim
|
|
|
|