[gaim-migrate @ 8439]

Sun, 07 Dec 2003 20:09:06 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 07 Dec 2003 20:09:06 +0000
changeset 7793
9d6043375b81
parent 7792
739951f2a5a1
child 7794
8482431818c6

[gaim-migrate @ 8439]
At least I know the error is still there. Stupid error.

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Sun Dec 07 19:31:17 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Sun Dec 07 20:09:06 2003 +0000
@@ -3039,9 +3039,9 @@
 	va_end(ap);
 
 	if (destn == NULL)
-		buf = g_strdup_printf("Locate family error with no name, tell KingAnt you got this message!");
-	else
-		buf = g_strdup_printf(_("User information for %s unavailable:"), destn);
+		return 1;
+
+	buf = g_strdup_printf(_("User information for %s unavailable:"), destn);
 
 	gaim_notify_error(sess->aux_data, NULL, buf,
 					  (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given."));

mercurial