From: Robert Spalek Date: Sat, 22 Apr 2006 13:47:06 +0000 (+0200) Subject: conf2.c: enable the journal by default X-Git-Tag: holmes-import~645^2~11^2~83 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=60e8876b330e3a3988ddaecc87b740d3b3ab26fa;p=libucw.git conf2.c: enable the journal by default --- diff --git a/lib/conf2.c b/lib/conf2.c index 8dcfd9ab..ed23e0cc 100644 --- a/lib/conf2.c +++ b/lib/conf2.c @@ -62,7 +62,7 @@ cf_printf(char *fmt, ...) /* Undo journal */ -uns cf_need_journal; // some programs do not need journal +uns cf_need_journal = 1; // some programs do not need journal static struct journal_item { struct journal_item *prev; byte *ptr;