Re: gdiplus: Add a trailing '\n' to Wine traces.
Francois Gouget wrote:
---
I believe it's independent from the spelling fixes patch. I'll resubmit if not.
dlls/gdiplus/font.c | 2 +- dlls/gdiplus/image.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) I think you should just remove a bracket here:
- FIXME("%p (%s), %f, %p\n)", font, + FIXME("%p (%s), %f, %p\n", font,
On Thu, 10 Jul 2008, Nikolay Sivov wrote: [...]
dlls/gdiplus/font.c | 2 +- dlls/gdiplus/image.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) I think you should just remove a bracket here:
- FIXME("%p (%s), %f, %p\n)", font, + FIXME("%p (%s), %f, %p\n", font,
Damn, that's why I manually review all these changes. I couldn't see straight at the time obviously. I will resubmit. -- Francois Gouget <fgouget(a)free.fr> http://fgouget.free.fr/ May your Tongue stick to the Roof of your Mouth with the Force of a Thousand Caramels.
participants (2)
-
Francois Gouget -
Nikolay Sivov