Commit 2589a134 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Events.c: fix wrong size in format specification

parent 41e1d496
......@@ -345,7 +345,7 @@ void nxagentRemoteWindowID(Window window, Bool newline)
XTextProperty tp;
#endif
fprintf(stderr, "0x%lx", window);
fprintf(stderr, "0x%x", window);
if (!window)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment