all repos — xyw @ 392bdd2864a27ccaa21c308a9b75a600b52e1692

A minimal virtual machine and assembler for terminals.

Attempting to silence compilation warning on *nix.
h3rald h3rald@h3rald.com
Thu, 30 Jul 2026 09:42:26 +0200
commit

392bdd2864a27ccaa21c308a9b75a600b52e1692

parent

c3c243426665133f31712e253f73e84e23881315

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M devices/file.cdevices/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) {