Add a STRING8 format code

This commit is contained in:
Jonathan G Rennison
2021-11-24 02:10:42 +00:00
parent dd5d4c795b
commit a7094fec3b
4 changed files with 5 additions and 1 deletions

View File

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