Update jj.h

This commit is contained in:
pala 2022-04-26 17:54:00 -04:00 committed by GitHub
parent aff55a1b70
commit 6ae8b4374b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
jj.h
View File

@ -206,6 +206,7 @@ char* process_between_quotes(char* p, int* l)
case 'n': *ptr2 = '\n'; break;
case 'r': *ptr2 = '\r'; break;
case 't': *ptr2 = '\t'; break;
case 'u': ptr += 4; length++; break;
}
} else {
*ptr2 = *ptr1;