# HG changeset patch # User Daniel Atallah # Date 1129942998 0 # Node ID 69602de55fe9e5c1db12d501a843e99b965bfcf2 # Parent b7af9100af6c8a87f704d45e4df7febff2c4ee39 [gaim-migrate @ 13999] Fix bogus "'conv' might be used uninitialized" warning committer: Tailor Script diff -r b7af9100af6c -r 69602de55fe9 src/pounce.c --- a/src/pounce.c Fri Oct 21 19:03:51 2005 +0000 +++ b/src/pounce.c Sat Oct 22 01:03:18 2005 +0000 @@ -951,7 +951,7 @@ static void buddy_typing_cb(GaimAccount *account, const char *name, void *data) { - GaimConversation *conv; + GaimConversation *conv = NULL; conv == gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, name, account); if (conv != NULL)