root/trunk/sources/transmission/int64_switch.patch

Revision 10308, 0.5 kB (checked in by alllexx, 9 months ago)

transmission 1.71 -> 1.72

  • daemon/remote.c

    old new  
    13371337    else 
    13381338    { 
    13391339        int64_t      tag = -1; 
     1340      int          itag; 
    13401341        const char * str; 
    13411342        tr_bencDictFindInt( &top, "tag", &tag ); 
    13421343 
    1343         switch( tag ) 
     1344      itag = tag; 
     1345        switch( itag ) 
    13441346        { 
    13451347            case TAG_SESSION: 
    13461348                printSession( &top ); break; 
Note: See TracBrowser for help on using the browser.