From: Jon Trulson Date: Sun, 6 Apr 2014 22:55:45 +0000 (-0600) Subject: ttsnoop.C.src: NULL is not 0 X-Git-Tag: 2.2.2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa15240c228c7e36d576b729601f4c01a5662f63;p=oweals%2Fcde.git ttsnoop.C.src: NULL is not 0 --- diff --git a/cde/programs/ttsnoop/ttsnoop.C.src b/cde/programs/ttsnoop/ttsnoop.C.src index 12cd67fd..e5fe8758 100644 --- a/cde/programs/ttsnoop/ttsnoop.C.src +++ b/cde/programs/ttsnoop/ttsnoop.C.src @@ -340,8 +340,8 @@ main(int argc, char **argv) XtAppContext app; Atom save_yourself_atom; - Pixmap icon_pixmap = NULL; - Pixmap icon_mask_pixmap = NULL; + Pixmap icon_pixmap = 0; + Pixmap icon_mask_pixmap = 0; /************************************************************************** *** DTB_USER_CODE_START