Bring in a bunch of cmake settings from conflict-set
This commit is contained in:
@@ -550,7 +550,7 @@ inline PRESERVE_NONE WeaselJsonStatus n_string_following_escape(Parser3 *self) {
|
||||
case 'n':
|
||||
case 'r':
|
||||
case 't':
|
||||
*self->writeBuf++ = tables.unescape[*self->buf++];
|
||||
*self->writeBuf++ = tables.unescape[uint8_t(*self->buf++)];
|
||||
self->pop();
|
||||
if (auto s = self->push({N_STRING2})) {
|
||||
return s;
|
||||
|
||||
Reference in New Issue
Block a user