[cairo-bugs] [Bug 33319] cairo_win32_print_gdi_error() use fwprintf with a char* format

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 21 00:59:18 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=33319

Andrea Canciani <ranma42 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Andrea Canciani <ranma42 at gmail.com> 2011-01-21 00:59:16 PST ---
commit 47d14586f5d56b2c926a2ddbca6cfbd284c3b3f1
Author: Mats Palmgren <matspal at gmail.com>
Date:   Fri Jan 21 09:52:19 2011 +0100

    win32: Improve error logging

    On win32 stderr is fully buffered, so fflush() should be called after
    each error to ensure it is printed to the console.

    There is no need to use fwprintf if the format string can be
    represented as char*.

    See https://bugs.freedesktop.org/show_bug.cgi?id=33319

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the cairo-bugs mailing list