changeset 31428:8ee10aca11b2

Since my last change, it shouldn't matter whether this is an empty string or NULL. So let's use NULL.
author Mark Doliner <mark@kingant.net>
date Thu, 02 Dec 2010 02:55:17 +0000
parents 873cd5e068c4
children b6514064941d
files libpurple/protocols/oscar/family_locate.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_locate.c	Thu Dec 02 02:35:52 2010 +0000
+++ b/libpurple/protocols/oscar/family_locate.c	Thu Dec 02 02:55:17 2010 +0000
@@ -1043,7 +1043,7 @@
 						} else {
 							byte_stream_advance(bs, length2);
 							outinfo->status_len = 0;
-							outinfo->status = g_strdup("");
+							outinfo->status = NULL;
 							outinfo->status_encoding = NULL;
 						}
 					} break;