X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=bfile%2Fcommit.c;h=777b7aea214898d3f8cfc3e684bd1a197be785c0;hb=25c9afa691b8f62c2a17150cf1febd1f61755b12;hp=cbebe0e300e7701fc900cc6a1cc7f01835cc7acb;hpb=f53f0487ccc739e61f5794198f11d911ba42dcef;p=idzebra-moved-to-github.git diff --git a/bfile/commit.c b/bfile/commit.c index cbebe0e..777b7ae 100644 --- a/bfile/commit.c +++ b/bfile/commit.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: commit.c,v $ - * Revision 1.2 1995-12-01 11:37:24 adam + * Revision 1.3 1995-12-01 16:24:29 adam + * Commit files use separate meta file area. + * + * Revision 1.2 1995/12/01 11:37:24 adam * Cached/commit files implemented as meta-files. * * Revision 1.1 1995/11/30 08:33:13 adam @@ -21,7 +24,7 @@ void cf_commit (CFile cf) { - int i, r, bucket_no; + int i, bucket_no; int hash_bytes; struct CFile_ph_bucket *p;