cvsimport

This commit is contained in:
okan
2014-01-03 15:29:06 +00:00
9 changed files with 43 additions and 43 deletions

View File

@@ -165,7 +165,7 @@ x_errorhandler(Display *dpy, XErrorEvent *e)
XGetErrorDatabaseText(X_Dpy, "XRequest", number,
"<unknown>", req, sizeof(req));
warnx("%s(0x%x): %s", req, (u_int)e->resourceid, msg);
warnx("%s(0x%x): %s", req, (unsigned int)e->resourceid, msg);
#endif
return (0);
}