diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index f96d544..3975b84 100644 --- a/include/modules.h +++ b/include/modules.h @@ -45,7 +45,7 @@ struct module struct module_path { dlink_node node; - char path[PATH_MAX + 1]; + char path[HYB_PATH_MAX + 1]; }; extern dlink_list modules_list; |