Diff for /freem/src/ssvn_system.c between versions 1.3 and 1.6

version 1.3, 2025/03/09 15:20:18 version 1.6, 2025/04/06 03:38:05
Line 1 Line 1
 /*  /*
  *                            *   *   $Id$
  *                           * *   *    ^$SYSTEM ssvn
  *                          *   *  
  *                     ***************  
  *                      * *       * *  
  *                       *  MUMPS  *  
  *                      * *       * *  
  *                     ***************  
  *                          *   *  
  *                           * *  
  *                            *  
  *  
  *   ssvn_system.c  
  *    ^$SYSTEM ssv  
  *   *
  *     *  
  *   Author: Serena Willis <snw@coherent-logic.com>   *   Author: Serena Willis <snw@coherent-logic.com>
  *    Copyright (C) 1998 MUG Deutschland   *    Copyright (C) 1998 MUG Deutschland
  *    Copyright (C) 2020 Coherent Logic Development LLC   *    Copyright (C) 2020, 2025 Coherent Logic Development LLC
  *   *
  *   *
  *   This file is part of FreeM.   *   This file is part of FreeM.
Line 35 Line 23
  *   You should have received a copy of the GNU Affero Public License   *   You should have received a copy of the GNU Affero Public License
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
    *   $Log$
    *   Revision 1.6  2025/04/06 03:38:05  snw
    *   Prepare for adding packaging functionality to fmd
    *
    *   Revision 1.5  2025/03/24 04:13:11  snw
    *   Replace action macro dat with fra_dat to avoid symbol conflict on OS/2
    *
    *   Revision 1.4  2025/03/09 19:50:47  snw
    *   Second phase of REUSE compliance and header reformat
    *
    *
    * SPDX-FileCopyrightText:  (C) 2025 Coherent Logic Development LLC
    * SPDX-License-Identifier: AGPL-3.0-or-later
  **/   **/
   
 #include <inttypes.h>  #include <inttypes.h>
Line 376  void ssvn_system(short action, char *key Line 377  void ssvn_system(short action, char *key
             }              }
             else if (strcmp (r->subscripts[0], "ZDATE_FORMAT") == 0) {              else if (strcmp (r->subscripts[0], "ZDATE_FORMAT") == 0) {
                 get_conf ("SYSTEM", "zdate_format", data);                  get_conf ("SYSTEM", "zdate_format", data);
                 stcnv_c2m (data);                  stcnv_c2m (data);                
                   
                                   
                 break;                  break;
             }              }
Line 437  void ssvn_system(short action, char *key Line 437  void ssvn_system(short action, char *key
             merr_clear ();              merr_clear ();
             goto done;              goto done;
   
         case dat:          case fra_dat:
             symtab_shm (action, key, data);              symtab_shm (action, key, data);
             merr_clear ();              merr_clear ();
             goto done;              goto done;

Removed from v.1.3  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>