changeset 11708:69602de55fe9

[gaim-migrate @ 13999] Fix bogus "'conv' might be used uninitialized" warning committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 22 Oct 2005 01:03:18 +0000
parents b7af9100af6c
children cae2fb7e8594
files src/pounce.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)