Attempting to silence compilation warning on *nix.
h3rald h3rald@h3rald.com
Thu, 30 Jul 2026 09:42:26 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
devices/file.c
→
devices/file.c
@@ -233,7 +233,7 @@ #else
DIR *dir = opendir(path); struct dirent *entry; struct stat st; - char full_path[FILE_MAX_PATH * 2]; + char full_path[FILE_MAX_PATH + 256 + 2]; if (!dir) {