silence several warnings related to printing ints in strings

This commit is contained in:
Mitchell Livingston
2012-08-13 00:52:04 +00:00
parent 0f60662945
commit 9c8395d109
18 changed files with 27 additions and 27 deletions

View File

@@ -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>"];