Page 1 of 1

[BUG]lastgump FIX

Posted: 2008-08-30 22:51:25
by masterway
lastgump doesnt show the first and the last characters of the gump! why?

On the verbose loggin I got:

Code: Select all

0250: 38 30 20 32 30 20 34 36 20 33 7d 7b 67 75 6d 70 : 80 20 46 3}{gump
0260: 70 69 63 20 31 35 30 20 31 32 35 20 32 32 32 37 : pic 150 125 2227
0270: 7d 7b 67 75 6d 70 70 69 63 20 31 38 30 20 31 32 : }{gumppic 180 12
0280: 35 20 32 32 33 32 7d 7b 67 75 6d 70 70 69 63 20 : 5 2232}{gumppic
0290: 32 31 30 20 31 32 35 20 32 32 33 31 7d 7b 67 75 : 210 125 2231}{gu
02a0: 6d 70 70 69 63 20 32 34 30 20 31 32 35 20 32 32 : mppic 240 125 22
02b0: 32 36 7d 7b 74 65 78 74 65 6e 74 72 79 20 31 33 : 26}{textentry 13


{gumppic 150 125 2227}
{gumppic 180 125 2232}
{gumppic 210 125 2231}
{gumppic 240 125 2226}
shows only:

Code: Select all

   29] umppic 150 125 222
   30] umppic 180 125 223
   31] umppic 210 125 223
   32] umppic 240 125 222

But I need the last character to identify the gumps!!
Thanks!

Posted: 2008-09-13 19:44:50
by Grin