* initialize variable in get_flags_str_s

This commit is contained in:
Dirk-Jan C. Binnema 2010-12-12 18:32:15 +02:00
parent 2141f5390e
commit 6820923119
1 changed files with 2 additions and 0 deletions

View File

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