From cd4abe4b5b3c085b2d0b7fa93633fcbea4470417 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 6 Sep 2013 13:48:44 -0400 Subject: [PATCH] Fix for bug 2398 --- OpenChange/RTFHandler.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenChange/RTFHandler.m b/OpenChange/RTFHandler.m index 27afe3c00..c3f38e928 100644 --- a/OpenChange/RTFHandler.m +++ b/OpenChange/RTFHandler.m @@ -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;