--- freem/src/global_dispatch.c 2025/03/09 19:14:25 1.4 +++ freem/src/global_dispatch.c 2025/03/24 04:13:11 1.5 @@ -1,5 +1,5 @@ /* - * $Id: global_dispatch.c,v 1.4 2025/03/09 19:14:25 snw Exp $ + * $Id: global_dispatch.c,v 1.5 2025/03/24 04:13:11 snw Exp $ * global handler dispatch module * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: global_dispatch.c,v $ + * 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:14:25 snw * First phase of REUSE compliance and header reformat * @@ -424,7 +427,7 @@ void global (short action, char *key, ch case get_sym: sprintf (an, "GET"); break; - case dat: + case fra_dat: sprintf (an, "DATA"); break; case fra_order: