--- freem/src/global_dispatch.c 2025/04/10 01:24:38 1.9 +++ freem/src/global_dispatch.c 2025/04/13 04:22:43 1.10 @@ -1,5 +1,5 @@ /* - * $Id: global_dispatch.c,v 1.9 2025/04/10 01:24:38 snw Exp $ + * $Id: global_dispatch.c,v 1.10 2025/04/13 04:22:43 snw Exp $ * global handler dispatch module * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: global_dispatch.c,v $ + * Revision 1.10 2025/04/13 04:22:43 snw + * Fix snprintf calls + * * Revision 1.9 2025/04/10 01:24:38 snw * Remove C++ style comments * @@ -345,7 +348,7 @@ void global (short action, char *key, ch /* grab the rest of the gvn */ subprt = nssave + i + 1; - snprintf (r->name, 255, "^%s", subprt); + sprintf (r->name, "^%s", subprt); /* get a fully-formed key */ key = mref_to_internal (r);