yeah, this isn't lua

(though "and" instead of "&&" seems to work in gcc!)
develop
myk002 2021-05-08 07:34:29 -07:00
parent 816cd5cf27
commit bee0c15ba0
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -744,7 +744,7 @@ static void print_help()
command_result blueprint(color_ostream &out, vector<string> &parameters)
{
if (parameters.size() >= 1 and parameters[0] == "gui")
if (parameters.size() >= 1 && parameters[0] == "gui")
{
return do_gui(parameters) ? CR_OK : CR_FAILURE;
}