1
0

allow "-" on mods name for allowed chars

This commit is contained in:
mckaygerhard 2024-06-02 05:22:07 -04:00
parent 8eb09a5aa1
commit 7a9b79565b

View File

@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "config.h" #include "config.h"
#include "metadata.h" #include "metadata.h"
#define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789_" #define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789-_"
struct ModSpec struct ModSpec
{ {