all repos — hex @ 779295e59a463144560572aebf2689b38d66694a

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Tue, 26 Nov 2024 10:40:17 +0000
commit

779295e59a463144560572aebf2689b38d66694a

parent

ed9a4a2a6034eb25c8269e96bf7b5f44e9ef332a

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

jump to
M hex.chex.c

@@ -2843,6 +2843,7 @@ close(stderr_pipe[1]);

// Read stdout FILE *stdout_fp = fdopen(stdout_pipe[0], "r"); + char path[1035]; while (fgets(path, sizeof(path), stdout_fp) != NULL) { strcat(output, path);