diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index a78df9320..a85acee18 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -803,6 +803,9 @@ - (NSAttributedString *) attributedStatusString: (NSString *) string { + #warning we shouldn't have to do this + if (!string) + string = @""; return [[[NSAttributedString alloc] initWithString: string attributes: fStatusAttributes] autorelease]; }