fixed size prefix in find command [smf]

This commit is contained in:
smf- 2021-12-28 17:20:00 +00:00
parent aff77c2408
commit e77d144c6f

View File

@ -3395,7 +3395,7 @@ void debugger_commands::execute_find(int spacenum, const std::vector<std::string
data_size[data_count++] |= 0x10;
// otherwise, validate as a number
else if (!validate_number_parameter(params[i], data_to_find[data_count++]))
else if (!validate_number_parameter(pdata, data_to_find[data_count++]))
return;
}
}