Changeset 10308 for trunk/sources/transmission
- Timestamp:
- 06/15/09 13:06:44 (15 months ago)
- Files:
-
- 1 modified
-
trunk/sources/transmission/int64_switch.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/transmission/int64_switch.patch
r10001 r10308 1 1 Found by redscorp at http://forum.qnap.com/viewtopic.php?f=85&t=10607&p=48889#p48889 2 --- daemon/remote.c.orig 2009-0 4-13 01:55:55.000000000 +00003 +++ daemon/remote.c 2009-0 4-28 00:06:08.900531980 +00004 @@ -1 192,10 +1192,12 @@2 --- daemon/remote.c.orig 2009-06-09 18:45:36.000000000 +0300 3 +++ daemon/remote.c 2009-06-15 05:25:27.000000000 +0300 4 @@ -1337,10 +1337,12 @@ 5 5 else 6 6 { 7 7 int64_t tag = -1; 8 + int itag;8 + int itag; 9 9 const char * str; 10 10 tr_bencDictFindInt( &top, "tag", &tag ); 11 11 12 12 - switch( tag ) 13 + itag = tag;13 + itag = tag; 14 14 + switch( itag ) 15 15 {
