winhelp: Silencing the copyright system record entry while parsing help files.

This commit is contained in:
Eric Pouech 2008-04-18 21:34:48 +02:00 committed by Alexandre Julliard
parent f3730ccc00
commit 7ca4a03428
1 changed files with 3 additions and 0 deletions

View File

@ -1572,6 +1572,9 @@ static BOOL HLPFILE_SystemCommands(HLPFILE* hlpfile)
wi->size.cx, wi->size.cy);
}
break;
case 8:
WINE_WARN("Citation: '%s'\n", ptr + 4);
break;
default:
WINE_WARN("Unsupported SystemRecord[%d]\n", GET_USHORT(ptr, 0));
}