From 840e906a4ddbbb32b8a5989e8a0ce10c8c374819 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 2 Mar 2021 17:23:41 -0500 Subject: add upstream 11.7 --- zen/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/json.h') diff --git a/zen/json.h b/zen/json.h index a3740664..f6458d6a 100644 --- a/zen/json.h +++ b/zen/json.h @@ -372,7 +372,7 @@ public: if (*it == '"') { Token tk(Token::Type::string); - tk.primVal = jsonUnescape({ pos_, it }); + tk.primVal = jsonUnescape({pos_, it}); pos_ = ++it; return tk; } -- cgit