Show
Ignore:
Timestamp:
06/15/09 13:06:44 (9 months ago)
Author:
alllexx
Message:

transmission 1.71 -> 1.72

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/sources/transmission/int64_switch.patch

    r10001 r10308  
    11Found by redscorp at http://forum.qnap.com/viewtopic.php?f=85&t=10607&p=48889#p48889 
    2 --- daemon/remote.c.orig        2009-04-13 01:55:55.000000000 +0000 
    3 +++ daemon/remote.c     2009-04-28 00:06:08.900531980 +0000 
    4 @@ -1192,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 @@ 
    55     else 
    66     { 
    77         int64_t      tag = -1; 
    8 +      int          itag; 
     8+      int          itag; 
    99         const char * str; 
    1010         tr_bencDictFindInt( &top, "tag", &tag ); 
    1111  
    1212-        switch( tag ) 
    13 +      itag = tag; 
     13+      itag = tag; 
    1414+        switch( itag ) 
    1515         {