From: Karl Heuer Date: Wed, 24 May 1995 03:49:46 +0000 (+0000) Subject: (hack_wm_protocols): Use cast instead of suffix. X-Git-Tag: emacs-19.34~3964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34d5ae1e25fdb943010e79eaede9d5f00dab9889;p=emacs.git (hack_wm_protocols): Use cast instead of suffix. --- 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)