mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 16:59:43 +01:00
silence several warnings related to printing ints in strings
This commit is contained in:
@@ -154,7 +154,7 @@ OSStatus GeneratePreviewForURL(void *thisInterface, QLPreviewRequestRef preview,
|
||||
}
|
||||
|
||||
if ([lists count] > 0)
|
||||
[htmlString appendFormat: @"<hr/><br>%@", [lists componentsJoinedByString: @"<br><br>"]];
|
||||
[htmlString appendFormat: @"<hr/><br>%@", [lists componentsJoinedByString: @"<br>"]];
|
||||
|
||||
[htmlString appendString: @"</body></html>"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user