From aa15240c228c7e36d576b729601f4c01a5662f63 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 6 Apr 2014 16:55:45 -0600 Subject: [PATCH] ttsnoop.C.src: NULL is not 0 --- cde/programs/ttsnoop/ttsnoop.C.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1