summaryrefslogtreecommitdiff
path: root/src/emap/craftconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/craftconf.c')
-rw-r--r--src/emap/craftconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/craftconf.c b/src/emap/craftconf.c
index 7056d4f..33e341f 100644
--- a/src/emap/craftconf.c
+++ b/src/emap/craftconf.c
@@ -373,7 +373,7 @@ static bool craft_read_db_sub(struct config_setting_t *craftt,
static void load_craft_db(const char *filename)
{
struct config_t craft_db_conf;
- char filepath[256];
+ char filepath[300];
struct config_setting_t *cdb;
struct config_setting_t *t;
int i = 0;