From 68209231193a21c11ba25b891ba7ca9f3d50f26f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 12 Dec 2010 18:32:15 +0200 Subject: [PATCH] * initialize variable in get_flags_str_s --- src/mu-msg-file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mu-msg-file.c b/src/mu-msg-file.c index db90e414..5cd256f0 100644 --- a/src/mu-msg-file.c +++ b/src/mu-msg-file.c @@ -144,6 +144,8 @@ get_flags_str_s (MuMsgFlags flags) { int i; static char flagstr[7]; + + i = 0; /* now, determine the flags to use */ if (flags & MU_MSG_FLAG_DRAFT)