--- 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);