Fixed syntax accessing method reviewed by Unknown W. Brackets <checkins@unknownbrackets.org>

Signed-off-by: lainon <GermanAizek@yandex.ru>
This commit is contained in:
Unknown W. Brackets
2022-10-03 10:47:55 +03:00
committed by lainon
parent 3cdf72b68b
commit 09f0c0c8fd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ bool DebuggerRequest::ParamString(const char *name, std::string *out, DebuggerPa
return true;
} else if (tag == JSON_NULL) {
if (required) {
(*out).clear();
out->clear();
}
return true;
} else if (tag == JSON_NUMBER) {