13 lines
518 B
Diff
13 lines
518 B
Diff
|
diff -ru htdig-3.2.0b6/htword/WordDBPage.cc htdig-3.2.0b6-fix/htword/WordDBPage.cc
|
||
|
--- htdig-3.2.0b6/htword/WordDBPage.cc 2004-05-28 15:15:26.000000000 +0200
|
||
|
+++ htdig-3.2.0b6-fix/htword/WordDBPage.cc 2009-12-01 21:13:37.000000000 +0100
|
||
|
@@ -82,7 +82,7 @@
|
||
|
if(debuglevel>2)printf("TOTAL SIZE: %6d %8f\n",size,size/8.0);
|
||
|
// argh! compare failed somthing went wrong
|
||
|
// display the compress/decompress sequence and fail
|
||
|
- if(cmp || size>8*1024*1000000000)
|
||
|
+ if(cmp || size>8*1024)
|
||
|
{
|
||
|
if(size>8*1024)
|
||
|
{
|