Skip to content

Commit f43dc0e

Browse files
authored
Merge pull request #73 from saurontech/driver_dir
update json lib
2 parents 1fcbee2 + 243074d commit f43dc0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/json/jstree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int jstree_string_encode(char *out, int outlen, char * data)
2020
if(data[i] == '\\' ||
2121
data[i] == '\"'){
2222
if(out && outlen){
23-
out[ptr] = '\';
23+
out[ptr] = '\\';
2424
}
2525
ptr++;
2626

0 commit comments

Comments
 (0)