(Fwd) Small bug [wulfram-27263]
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
From: Matthijs Kooijman <[email protected]> Date: 2004-01-15 21:53:04 Subject: Small bug Hi, I was having some trouble with the winex CVS version (I was compiling with gcc 2.95 and needed to fixed some errors). While I was at it, I looked at some warnings too. In the file `dlls/gdi/freetype.c' there are a few lines of the form: serifFamily == FindFamilyA(*iter, FALSE); This is a void statement, I presume that a single `=' was ment here (More so when looking at the code surrounding this line). This bug is present at 3 places in the file: Lines 572, 499 and 626 Although I'm not quite sure this is the right address to send this to (I couldn't find anything better), I hope you can forward this to the right person(s). Greetings, Matthijs