(svn r23805) -Add: {STRING6} and {STRING7}.

This commit is contained in:
frosch
2012-01-15 15:49:01 +00:00
parent 15292fa080
commit 0011f9ce45
4 changed files with 17 additions and 44 deletions

View File

@@ -627,6 +627,8 @@ static const CmdStruct *TranslateCmdForCompare(const CmdStruct *a)
strcmp(a->cmd, "STRING3") == 0 ||
strcmp(a->cmd, "STRING4") == 0 ||
strcmp(a->cmd, "STRING5") == 0 ||
strcmp(a->cmd, "STRING6") == 0 ||
strcmp(a->cmd, "STRING7") == 0 ||
strcmp(a->cmd, "RAW_STRING") == 0) {
return FindCmd("STRING", 6);
}