X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmain.c;h=e4aa024c46c55d892c104dd7163a9fa3a72e335b;hb=062978fe7432da086bd0cb468149d88d1b6414cf;hp=51b475e8a575fe900e6d80613d1426c4b44318c9;hpb=869b11178c518bf4b8c81e1cb5daca8cfc8a17c6;p=idzebra-moved-to-github.git 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");