mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 20:58:52 +00:00
hw/xwin: printf format fix in winCreateDefColormap()
Use %lu for unsigned long Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
@@ -515,7 +515,7 @@ winCreateDefColormap(ScreenPtr pScreen)
|
||||
*/
|
||||
|
||||
#if CYGDEBUG
|
||||
winDebug("winCreateDefColormap - defColormap: %d\n", pScreen->defColormap);
|
||||
winDebug("winCreateDefColormap - defColormap: %lu\n", pScreen->defColormap);
|
||||
#endif
|
||||
|
||||
/* Allocate an X colormap, owned by client 0 */
|
||||
|
||||
Reference in New Issue
Block a user