dtcm: Resolve CID 87408
[oweals/cde.git] / cde / programs / dtcm / dtcm / session.c
index a3518ebd0fb5f5fa7242032ae41da337d15d8b86..d55a04bebd6de657d0ab85674deb355576531898 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 librararies and programs; if not, write
+ * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+ * Floor, Boston, MA 02110-1301 USA
+ */
 /*******************************************************************************
 **
 **  session.c
@@ -154,7 +176,7 @@ CMSaveSessionCB (
        if (save_session) {
                memcpy(command + command_len, "-session", 8);
                command_len += 8;
-               command[command_len] = NULL;
+               command[command_len] = '\0';
                command_len++;
                memcpy(command + command_len, name, strlen(name));
                command_len += strlen(name);
@@ -212,7 +234,7 @@ GetSessionInfo(
 
     if (path) XtFree(path);
 
-    xrm_name[1] = NULL;
+    xrm_name[1] = '\0';
  
     /* get default view */
     xrm_name[0] = XrmStringToQuark ("defaultView");