refactor: add tr_interned_string (#2332)

This commit is contained in:
Charles Kerr
2021-12-23 11:16:05 -06:00
committed by GitHub
parent bd68d3a2fd
commit dd1379b0b6
27 changed files with 343 additions and 226 deletions

View File

@@ -171,7 +171,7 @@ OSStatus GeneratePreviewForURL(void* thisInterface, QLPreviewRequestRef preview,
#warning handle tiers?
for (auto const tracker : *inf.announce_list)
{
[listSection appendFormat:@"<tr><td>%s<td></tr>", tr_quark_get_string(tracker.announce_interned)];
[listSection appendFormat:@"<tr><td>%s<td></tr>", tracker.announce_str.c_str()];
}
[listSection appendString:@"</table>"];