From ee6cf4efedf15c91fc7fd8e1bd08382e6c0f48f7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Feb 1996 15:56:11 +0000 Subject: [PATCH] New code command: unread. --- index/main.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index/main.c b/index/main.c index 51b475e..e4aa024 100644 --- a/index/main.c +++ b/index/main.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: main.c,v $ - * Revision 1.34 1996-02-07 14:06:39 adam + * Revision 1.35 1996-02-12 15:56:11 adam + * New code command: unread. + * + * Revision 1.34 1996/02/07 14:06:39 adam * Better progress report during register merge. * New command: clean - removes temporary shadow files. * @@ -239,7 +242,7 @@ int main (int argc, char **argv) } else if (!strcmp (arg, "clean")) { - zebraIndexLock (0); + zebraIndexLock (1); if (bf_commitExists ()) { zebraIndexLockMsg ("d"); -- 1.7.10.4