We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2d99dd + 867785e commit 72fc6b5Copy full SHA for 72fc6b5
src/main.c
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
56
else if (!strcmp(argv[i], "--no-libc"))
57
libc = 0;
58
else if (!strcmp(argv[i], "-o")) {
59
- if (i < argc + 1) {
+ if (i + 1 < argc) {
60
out = argv[i + 1];
61
i++;
62
} else
0 commit comments