diff --git a/4ed_api_implementation.cpp b/4ed_api_implementation.cpp index 21b2db18..e7b85c66 100644 --- a/4ed_api_implementation.cpp +++ b/4ed_api_implementation.cpp @@ -302,7 +302,7 @@ DOC_SEE(Command_Line_Interface_Flag) // NOTE(allen): Figure out the command string. String command_string = {}; - if (command.size){ + if (command.size == 0){ command_string = make_lit_string(" echo no script specified"); } else{