Fixed some bugs
This commit is contained in:
parent
85b321409d
commit
a3c5bcb9f2
@ -149,6 +149,7 @@ command command::parse(const std::string_view &data, bool expect_type, bool drop
|
|||||||
/* invalid character at index X */
|
/* invalid character at index X */
|
||||||
if(!drop_non_utf8)
|
if(!drop_non_utf8)
|
||||||
throw;
|
throw;
|
||||||
|
|
||||||
goto skip_assign;
|
goto skip_assign;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user