diff mcabber/src/hbuf.c @ 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 f61ed2466f7c
children dcd5d4c75199
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;