From a3c5bcb9f2f36598675da74dfb118b76eeff99fa Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 20 Oct 2019 12:09:27 +0200 Subject: [PATCH] Fixed some bugs --- src/query/command2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/query/command2.cpp b/src/query/command2.cpp index e8bfadb..41bb821 100644 --- a/src/query/command2.cpp +++ b/src/query/command2.cpp @@ -149,6 +149,7 @@ command command::parse(const std::string_view &data, bool expect_type, bool drop /* invalid character at index X */ if(!drop_non_utf8) throw; + goto skip_assign; } }