comparison 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
comparison
equal deleted inserted replaced
1546:c4ed9e145279 1547:922e454a8187
421 // Save the buffer to a file. 421 // Save the buffer to a file.
422 void hbuf_dump_to_file(GList *hbuf, const char *filename) 422 void hbuf_dump_to_file(GList *hbuf, const char *filename)
423 { 423 {
424 hbuf_block *blk; 424 hbuf_block *blk;
425 hbb_line line; 425 hbb_line line;
426 guint last_persist_prefixflags; 426 guint last_persist_prefixflags = 0;
427 guint prefixwidth; 427 guint prefixwidth;
428 char pref[96]; 428 char pref[96];
429 FILE *fp; 429 FILE *fp;
430 struct stat statbuf; 430 struct stat statbuf;
431 431