We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fcbee2 + 243074d commit f43dc0eCopy full SHA for f43dc0e
1 file changed
shared/json/jstree.c
@@ -20,7 +20,7 @@ int jstree_string_encode(char *out, int outlen, char * data)
20
if(data[i] == '\\' ||
21
data[i] == '\"'){
22
if(out && outlen){
23
- out[ptr] = '\';
+ out[ptr] = '\\';
24
}
25
ptr++;
26
0 commit comments