dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / WMSaveSession.C
index edf09f1a3ee4f0441f1bca208de4c85c6bd4061e..fcb5d02e47d07dd21eccd16c7b51bdaa071a5d92 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * CDE - Common Desktop Environment
+ *
+ * Copyright (c) 1993-2012, The Open Group. All rights reserved.
+ *
+ * These libraries and programs are free software; you can
+ * redistribute them and/or modify them under the terms of the GNU
+ * Lesser General Public License as published by the Free Software
+ * Foundation; either version 2 of the License, or (at your option)
+ * any later version.
+ *
+ * These libraries and programs are distributed in the hope that
+ * they will be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with these libraries and programs; if not, write
+ * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+ * Floor, Boston, MA 02110-1301 USA
+ */
 /*
  *      $TOG: WMSaveSession.C /main/16 1998/12/09 18:29:33 mgreess $
  *
@@ -159,8 +181,7 @@ RoamApp::openSessionFile(char *filename)
 
     LOG_FPRINTF(log, (log,"Opened session file: %s\n",pathname));
     LOG_CLOSEFILEPTR(log);
-    if (pathname != NULL)
-      XtFree((char *)pathname);
+    XtFree((char *)pathname);
 }
 
 /*
@@ -415,7 +436,7 @@ RoamMenuWindow::restoreSession(char *buf)
                do
                {
                    ptr = strchr (workspaces, '*');
-                   if (ptr != NULL) *ptr = NULL;
+                   if (ptr != NULL) *ptr = 0;
                                
                    workspace_atoms = (Atom*) XtRealloc(
                                        (char*) workspace_atoms, 
@@ -616,7 +637,7 @@ SendMsgDialog::restoreSession(char *buf)
                do
                {
                    ptr = strchr(workspaces, '*');
-                   if (ptr != NULL) *ptr = NULL;
+                   if (ptr != NULL) *ptr = 0;
                                
                    workspace_atoms = (Atom*) XtRealloc(
                                        (char*) workspace_atoms,