commit f35055022817ed61794324cafe3632ca84032845 parent 0e9c85343e3c24fc2ba6d04119a1b7a9a1eb7b36 Author: Michael Constantine Dimopoulos <mk@mcdim.xyz> Date: Sat, 24 Jul 2021 11:02:15 +0000 Fixed nleet bug Diffstat:
M | nleet/nleet.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nleet/nleet.c b/nleet/nleet.c @@ -114,6 +114,7 @@ main(int argc, char* argv[]) f2= save_stdin(f); else fprintf(stderr, "%s: %s\n", argv[0], strerror(errno)); + exit(1); } else { f2 = save_stdin(stdin); }