Changeset 1671
- Timestamp:
- 02/15/05 08:58:50 (4 years ago)
- Files:
-
- trunk/swish-e/src/db_read.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/src/db_read.c
r1669 r1671 386 386 progerr("Can't return total words -- index was not built with IgnoreTotalWordCountWhenRanking"); 387 387 else 388 return indexf->header ->TotalWordsPerFile[filenum - 1];388 return indexf->header.TotalWordsPerFile[filenum - 1]; 389 389 #endif 390 390 }
