ttsnoop.C.src: NULL is not 0
authorJon Trulson <jon@radscan.com>
Sun, 6 Apr 2014 22:55:45 +0000 (16:55 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 6 Apr 2014 22:55:45 +0000 (16:55 -0600)
cde/programs/ttsnoop/ttsnoop.C.src

index 12cd67fd019e022da1c52d66ce02633a00027ecc..e5fe8758aa3d8086fdd68470198fd71f9b6f74a2 100644 (file)
@@ -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