tkined-1.3.2 core dumped

Alexander Balandin (bal@panther.inforis.nnov.su)
Thu, 13 Jul 1995 18:31:37 +0400 (GMT+0400)

Hello,
About tkined 1.3.2. When i load map produiced by tkined i got core dump.

Map file:

...
set group1 [ ined -noupdate create GROUP $link182 $link183 $link186 $link189 $link19
1 $node85 $node92 $node93 $node94 $node95 $network83 $node101 $link167 $link169 $netw
ork87 $network89 ]
ined -noupdate move $group1 -9999999 -9999999
ined -noupdate move $group1 336.00 94.50
ined -noupdate icon $group1 group
ined -noupdate font $group1 fixed
ined -noupdate name $group1 Group
ined -noupdate label $group1 name
...

So i change Erik's fix code back, all works okey.

*** methods.c Thu Jul 13 17:14:33 1995
--- methods.c.orig Thu Jul 13 17:59:21 1995
***************
*** 2392,2398 ****
*/

if (object->editor
! /* && !(object->type == TKINED_GROUP && object->collapsed)*/) {
if (object->x+x < 0) x = - object->x;
if (object->y+y < 0) y = - object->y;
if (object->x+x > object->editor->width)
--- 2392,2398 ----
*/

if (object->editor
! && !(object->type == TKINED_GROUP && object->collapsed)) {
if (object->x+x < 0) x = - object->x;
if (object->y+y < 0) y = - object->y;
if (object->x+x > object->editor->width)

PS. My OS - BSDI v1.1

-- 
Alexander Balandin