This commit is contained in:
twinaphex 2021-03-24 15:52:56 +01:00
parent c463856106
commit 26cb625d1f

View File

@ -372,8 +372,6 @@ static bool TestConditions(const char *string)
if(value_at_address | v_value) if(value_at_address | v_value)
passed = 0; passed = 0;
} }
else
puts("Invalid operation");
string = strchr(string, ','); string = strchr(string, ',');
if(string == NULL) if(string == NULL)
break; break;