changeset 1547:922e454a8187

Initialize variable It shouldn't matter but it is cleaner.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Oct 2008 23:41:55 +0200
parents c4ed9e145279
children 769249764cde
files mcabber/src/hbuf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/hbuf.c	Sun Oct 05 23:39:26 2008 +0200
+++ b/mcabber/src/hbuf.c	Sun Oct 05 23:41:55 2008 +0200
@@ -423,7 +423,7 @@
 {
   hbuf_block *blk;
   hbb_line line;
-  guint last_persist_prefixflags;
+  guint last_persist_prefixflags = 0;
   guint prefixwidth;
   char pref[96];
   FILE *fp;