Changeset 3430 for trunk/libtransmission/metainfo.c
- Timestamp:
- Oct 16, 2007, 2:19:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/metainfo.c
r3426 r3430 622 622 623 623 savedname( path, sizeof path, hash, tag ); 624 file = fopen( path, "wb " );624 file = fopen( path, "wb+" ); 625 625 if( !file ) 626 626 {
Note: See TracChangeset
for help on using the changeset viewer.