Initialize variable
authorMikael Berthe <mikael@lilotux.net>
Sun, 05 Oct 2008 23:41:55 +0200
changeset 1547 922e454a8187
parent 1546 c4ed9e145279
child 1548 769249764cde
Initialize variable It shouldn't matter but it is cleaner.
mcabber/src/hbuf.c
--- 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;