]> mj.ucw.cz Git - libucw.git/commitdiff
conf2.c: enable the journal by default
authorRobert Spalek <robert@ucw.cz>
Sat, 22 Apr 2006 13:47:06 +0000 (15:47 +0200)
committerRobert Spalek <robert@ucw.cz>
Sat, 22 Apr 2006 13:47:06 +0000 (15:47 +0200)
lib/conf2.c

index 8dcfd9abad6baef52e3d632c5082aaa41ad51657..ed23e0ccf10404bb4f54a93eddebbe1ffd21b65d 100644 (file)
@@ -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;