update 2026-07-24 18:11:38

This commit is contained in:
action
2026-07-24 18:11:38 +08:00
parent 2cae7975b1
commit 75e8d52691
25 changed files with 131 additions and 259 deletions
+2
View File
@@ -171,7 +171,9 @@ static const char *parse_string(cJSON *item,const char *str)
switch (len) {
case 3: *--ptr2 =((uc | 0x80) & 0xBF); uc >>= 6;
fallthrough;
case 2: *--ptr2 =((uc | 0x80) & 0xBF); uc >>= 6;
fallthrough;
case 1: *--ptr2 =(uc | firstByteMark[len]);
}
ptr2+=len;ptr+=4;