From: Adam Dickmeiss Date: Mon, 12 Feb 1996 15:56:11 +0000 (+0000) Subject: New code command: unread. X-Git-Tag: ZEBRA.1.0~538 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=ee6cf4efedf15c91fc7fd8e1bd08382e6c0f48f7 New code command: unread. --- 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");