Changeset 1940

Show
Ignore:
Timestamp:
09/24/07 09:07:58 (1 year ago)
Author:
karpet
Message:

fix totwords from Jose

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish-e/branches/2.6/src/db_native.c

    r1939 r1940  
    25802580 
    25812581    /* now calculate index */ 
    2582     seek_pos = (sw_off_t)first_record + (sw_off_t) sizeof(long) * (sw_off_t)index; 
     2582    seek_pos = (sw_off_t)first_record + (sw_off_t) sizeof(long) * (sw_off_t)idx; 
    25832583    sw_fseek(SW_DB->fp_totwords, seek_pos,SEEK_SET); 
    25842584    printlong(SW_DB->fp_totwords, (long)wordcount, sw_fwrite);