Fix bug with uninitialized variable. master
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Fri, 30 Jan 2009 23:37:53 +0000 (21:37 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Fri, 30 Jan 2009 23:37:53 +0000 (21:37 -0200)
commite582eafca3304cc1da1f2df162df56c091493784
treef398c5079aed36be77c748ab5b6e453c1ce300fb
parent1b16ced4148e803f9ab9a8353fa80617fabef37b
Fix bug with uninitialized variable.

This was making the chat code consider the message be considered as sent
even when it was received, with the possible result of losing messages.
chat.c