Changeset 1940
- Timestamp:
- 09/24/07 09:07:58 (1 year ago)
- Files:
-
- swish-e/branches/2.6/src/db_native.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish-e/branches/2.6/src/db_native.c
r1939 r1940 2580 2580 2581 2581 /* now calculate index */ 2582 seek_pos = (sw_off_t)first_record + (sw_off_t) sizeof(long) * (sw_off_t)i ndex;2582 seek_pos = (sw_off_t)first_record + (sw_off_t) sizeof(long) * (sw_off_t)idx; 2583 2583 sw_fseek(SW_DB->fp_totwords, seek_pos,SEEK_SET); 2584 2584 printlong(SW_DB->fp_totwords, (long)wordcount, sw_fwrite);
