# HG changeset patch # User Mark Doliner # Date 1291258517 0 # Node ID 8ee10aca11b24f21f9cb6529e7e0de9b04f286ed # Parent 873cd5e068c47c955778c6a477dba3b9c6aa85e6 Since my last change, it shouldn't matter whether this is an empty string or NULL. So let's use NULL. diff -r 873cd5e068c4 -r 8ee10aca11b2 libpurple/protocols/oscar/family_locate.c --- 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;