From 34d5ae1e25fdb943010e79eaede9d5f00dab9889 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 24 May 1995 03:49:46 +0000 Subject: [PATCH] (hack_wm_protocols): Use cast instead of suffix. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index ebb631716eb..906ff3d664f 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2303,7 +2303,7 @@ hack_wm_protocols (f, widget) if ((XGetWindowProperty (dpy, w, FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols, - 0L, 100L, False, XA_ATOM, + (long)0, (long)100, False, XA_ATOM, &type, &format, &nitems, &bytes_after, (unsigned char **) &atoms) == Success) -- 2.39.2