root/trunk/sources/transmission/int64_switch.patch
| Revision 10308, 0.5 kB (checked in by alllexx, 9 months ago) |
|---|
-
daemon/remote.c
old new 1337 1337 else 1338 1338 { 1339 1339 int64_t tag = -1; 1340 int itag; 1340 1341 const char * str; 1341 1342 tr_bencDictFindInt( &top, "tag", &tag ); 1342 1343 1343 switch( tag ) 1344 itag = tag; 1345 switch( itag ) 1344 1346 { 1345 1347 case TAG_SESSION: 1346 1348 printSession( &top ); break;
Note: See TracBrowser for help on using the browser.
