src/protocols/zephyr/zephyr.c

changeset 6679
72a918972ead
parent 6622
277eb0b14653
child 6695
2a63688f0d6d
--- a/src/protocols/zephyr/zephyr.c	Mon Sep 01 22:16:10 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Mon Sep 01 22:39:31 2003 +0000
@@ -358,7 +358,7 @@
 		char *sendertmp;
 		char *ptr = notice.z_message + strlen(notice.z_message) + 1;
 		int len = notice.z_message_len - (ptr - notice.z_message);
-		GaimImFlags flags;
+		GaimImFlags flags = 0;
 		if (len > 0) {
 			buf = g_malloc(len + 1);
 			g_snprintf(buf, len + 1, "%s", ptr);

mercurial