From 7c3d7c7e009aba5952f235258aecebf4a42fcd3a Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 3 Jan 2014 15:29:06 +0000 Subject: use consistent types --- calmwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calmwm.c') diff --git a/calmwm.c b/calmwm.c index d6bc6a1..44cca50 100644 --- a/calmwm.c +++ b/calmwm.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.c,v 1.81 2013/12/12 20:15:07 okan Exp $ + * $OpenBSD: calmwm.c,v 1.82 2014/01/03 15:29:06 okan Exp $ */ #include @@ -165,7 +165,7 @@ x_errorhandler(Display *dpy, XErrorEvent *e) XGetErrorDatabaseText(X_Dpy, "XRequest", number, "", 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); } -- cgit v1.2.3-2-gb3c3