Mercurial > pidgin.yaz
changeset 8853:60cc86a15eed
[gaim-migrate @ 9620]
uninitialized variables aren't cool
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 01 May 2004 22:17:43 +0000 |
parents | abb2028f53e0 |
children | ec932c66392b |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sat May 01 22:10:11 2004 +0000 +++ b/src/protocols/oscar/oscar.c Sat May 01 22:17:43 2004 +0000 @@ -4188,7 +4188,7 @@ GaimConnection *gc = sess->aux_data; OscarData *od = (OscarData *)gc->proto_data; GaimBuddy *buddy; - struct buddyinfo *bi; + struct buddyinfo *bi = NULL; gchar who[16]; GString *str; gchar *primary, *utf8;