From 60e8876b330e3a3988ddaecc87b740d3b3ab26fa Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Sat, 22 Apr 2006 15:47:06 +0200 Subject: [PATCH] conf2.c: enable the journal by default --- lib/conf2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5