Changeset 1671

Show
Ignore:
Timestamp:
02/15/05 08:58:50 (4 years ago)
Author:
whmoseley
Message:

missed a dot.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish-e/src/db_read.c

    r1669 r1671  
    386386        progerr("Can't return total words -- index was not built with IgnoreTotalWordCountWhenRanking"); 
    387387    else 
    388         return indexf->header->TotalWordsPerFile[filenum - 1]; 
     388        return indexf->header.TotalWordsPerFile[filenum - 1]; 
    389389#endif 
    390390}