mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(trunk) silence minor compiler warning: s/%d/%zu/
This commit is contained in:
parent
1b15ec9879
commit
6d0d0f9f64
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ addURL( tr_benc * metainfo, const char * url )
|
|||
|
||||
tier = tr_bencListAddList( announce_list, 1 );
|
||||
tr_bencListAddStr( tier, url );
|
||||
printf( "\tAdded \"%s\" to \"announce-list\" tier %d\n", url, tr_bencListSize( announce_list ) );
|
||||
printf( "\tAdded \"%s\" to \"announce-list\" tier %zu\n", url, tr_bencListSize( announce_list ) );
|
||||
changed = TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue