Fix for bug 2398

This commit is contained in:
Ludovic Marcotte
2013-09-06 13:48:44 -04:00
parent 69b0f9fcbf
commit cd4abe4b5b

View File

@@ -793,6 +793,10 @@ const unsigned short ansicpg874[256] = {
{
// ignore
}
else if ([s hasPrefix: @"fromtext"])
{
// ignore
}
else if ([s hasPrefix: @"f"] && [s length] > 1)
{
RTFFontInfo *fontInfo;