https://bugs.winehq.org/show_bug.cgi?id=23768
--- Comment #10 from Kirill K. Smirnov lich@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.