# HG changeset patch # User Mikael Berthe # Date 1223242915 -7200 # Node ID 922e454a8187439c2eb1ceef5721f2933f03d040 # Parent c4ed9e1452790e952123645ef73f7a59ccbeabbe Initialize variable It shouldn't matter but it is cleaner. diff -r c4ed9e145279 -r 922e454a8187 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;