use a constant for the mod dir buffer size

This commit is contained in:
2025-11-02 12:44:10 +01:00
parent a66d9f9357
commit 7d7f02d1be
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "stk.h"
#include "stk_log.h"
extern char *stk_mod_dir;
extern char stk_mod_dir[MOD_DIR_BUFFER_SIZE];
int stk_init(const char *mod_dir)
{