riched20: Change an ERR to a FIXME

Kirk Ruff kirk.ruff at gmail.com
Mon Feb 2 18:42:32 CST 2009


I get a list of ERR's when I run a game installer that I use often.
This section short section appears to be more of a FIXME than an
error. If this patch is wrong or I should make a change, please let me
know.

Kirk
-------------- next part --------------
diff --git a/dlls/riched20/reader.c b/dlls/riched20/reader.c
index 3df7109..5e8ceb0 100644
--- a/dlls/riched20/reader.c
+++ b/dlls/riched20/reader.c
@@ -1123,7 +1123,7 @@ static void ReadStyleSheet(RTF_Info *info)
 			{
 				if (RTFCheckMM (info, rtfSpecialChar, rtfOptDest)) {
 					RTFGetToken(info);
-					ERR( "%s: skipping optional destination\n", fn);
+					FIXME( "%s: skipping optional destination\n", fn);
 					RTFSkipGroup(info);
 					info->rtfClass = rtfGroup;
 					info->rtfMajor = rtfEndGroup;


More information about the wine-patches mailing list