diff --git a/general.h b/general.h index 83c8b48306..ba7322b67c 100644 --- a/general.h +++ b/general.h @@ -484,7 +484,7 @@ struct global struct string_list *savefiles; /* For --subsystem content. */ - char subsystem[256]; + char subsystem[PATH_MAX]; struct string_list *subsystem_fullpaths; char savefile_name[PATH_MAX];