diff --git a/CLI/Repl.cpp b/CLI/Repl.cpp index 892536c2..47b469bf 100644 --- a/CLI/Repl.cpp +++ b/CLI/Repl.cpp @@ -458,7 +458,7 @@ int main(int argc, char** argv) return 0; } - if (argc >= 2 && strcmp(argv[1], "--compile=text") == 0 || strcmp(argv[1], "--compile") == 0) + if ((argc >= 2 && strcmp(argv[1], "--compile=text") == 0) || strcmp(argv[1], "--compile") == 0) { int failed = 0;