Changeset 3931 for branches/0.9x/libtransmission/fastresume.c
- Timestamp:
- Nov 22, 2007, 8:42:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/fastresume.c
r3618 r3931 789 789 790 790 /* if we didn't read the data, seek past it */ 791 tr_inf( "Skipping resume data type %02x, %u bytes", id, len );792 791 fseek( file, len, SEEK_CUR ); 793 792 }
Note: See TracChangeset
for help on using the changeset viewer.