[PATCH 43/45] [WinHelp]: silencing the copyright system record entry while parsing help files

Eric Pouech eric.pouech at orange.fr
Sun Mar 23 04:21:52 CDT 2008




A+
---

 programs/winhelp/hlpfile.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/programs/winhelp/hlpfile.c b/programs/winhelp/hlpfile.c
index a723640..d2e8434 100644
--- a/programs/winhelp/hlpfile.c
+++ b/programs/winhelp/hlpfile.c
@@ -1929,6 +1929,10 @@ static BOOL HLPFILE_SystemCommands(HLPFILE* hlpfile)
                            wi->size.cx, wi->size.cy);
             }
             break;
+
+        case 8:
+            WINE_WARN("Citation: '%s'\n", ptr + 4);
+            break;
         case 11:
             hlpfile->charset = ptr[4];
             WINE_TRACE("Charset: %d\n", hlpfile->charset);





More information about the wine-patches mailing list