Fix bug 156: Index corrupted after large-scale test.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 26 Sep 2004 20:19:44 +0000 (20:19 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 26 Sep 2004 20:19:44 +0000 (20:19 +0000)
commit184ccc4abc2a4082c9878de48196208400084dad
treec7a5820c8a7b671dde641237b383a43aec035a5a
parent6e8c025fafc311744b5ef785238fe0a623aba6d9
Fix bug 156: Index corrupted after large-scale test.
Error occured in Zebra 1.4 and in Zebra 1.3 due to change in size of
zint. That resulted in struct index_entry size 12 which is not
divisible in block size of 128. Functions {read,write}_indx modified.
index/recindex.c