[Bug 23768] winhelp: Some images not shown in certain 16-bit Help files

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 13 13:24:08 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=23768

--- Comment #10 from Kirill K. Smirnov <lich at math.spbu.ru> ---
The patch looks OK, just a couple of comments:

> +    {   // BUG 23768
This comment is rather uninformative. I believe the following is much more
descriptive:

"Sometimes files with bitmap images are prefixes with '|' and sometimes not.
Unfortunately, there is no consensus among different pieces of unofficial
documentation. So remove leading '|' and try again."

+        if (c == 124)
         "if (c == '|')" looks better to me.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list