diff options
Diffstat (limited to 'macosx/ChapterTitles.m')
-rw-r--r-- | macosx/ChapterTitles.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ChapterTitles.m b/macosx/ChapterTitles.m index d568af8a4..1ff8b1194 100644 --- a/macosx/ChapterTitles.m +++ b/macosx/ChapterTitles.m @@ -41,7 +41,8 @@ if (chapter->title != NULL) { [fChapterTitlesArray addObject:[NSString - stringWithUTF8String:chapter->title]]; + stringWithFormat:@"%s", + chapter->title]]; } else { |