Laurent Defert a écrit :
>> (gdb) print queue.size()
>> $2 = 1
>> (gdb) print queue.front()->GetTimestamp()
>> $3 = 162320416
>> (gdb) print queue.front()
>> $4 = (Action *&) @0x9acd310: 0x9accb38
>> (gdb) print a
>> $5 = (Action *) 0x9accb38
The worst is that print queue.front()->m_timestamp retu
ok, sorry, i have a hard weekend, i dont have time to read my mails...
well, here you have my mail, so if u want i can help... than you (Y)
On 6/14/07, yeKcim <[EMAIL PROTECTED]> wrote:
>
> >>> Second thing I heard is
Good evening,
a recent commit fixed an uninitialized variable in an Action
constructor. While not a perfect solution, I added an Init() member that
implements once the initialization, and then reuse it in any concerned
constructor.
Best regards,
Kurosu
Good evening,
it appears that the static const value is unused, so this patch removes
it. There might be more, I have no idea.
Best regards,
Kurosu
___
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev
Good evening,
src/gui/EnergyBar.cpp is leaking around 500K, say valgrind. With patch,
no leak, say valgrind.
There are other parts of the code that seem strange. I couldn't fix
InfoMap cleanly, so I just left a FIXME note.
Best regards,
Kurosu
___
Worm