--- freem/src/ssvn_system.c 2025/02/28 20:51:20 1.2 +++ freem/src/ssvn_system.c 2025/04/06 03:38:05 1.6 @@ -1,23 +1,11 @@ /* - * * - * * * - * * * - * *************** - * * * * * - * * MUMPS * - * * * * * - * *************** - * * * - * * * - * * - * - * ssvn_system.c - * ^$SYSTEM ssv + * $Id: ssvn_system.c,v 1.6 2025/04/06 03:38:05 snw Exp $ + * ^$SYSTEM ssvn * * - * Author: Serena Willis + * Author: Serena Willis * 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. @@ -35,6 +23,19 @@ * You should have received a copy of the GNU Affero Public License * along with FreeM. If not, see . * + * $Log: ssvn_system.c,v $ + * 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 @@ -376,8 +377,7 @@ void ssvn_system(short action, char *key } else if (strcmp (r->subscripts[0], "ZDATE_FORMAT") == 0) { get_conf ("SYSTEM", "zdate_format", data); - stcnv_c2m (data); - + stcnv_c2m (data); break; } @@ -437,7 +437,7 @@ void ssvn_system(short action, char *key merr_clear (); goto done; - case dat: + case fra_dat: symtab_shm (action, key, data); merr_clear (); goto done;