mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Release redbean 2.0.18
This commit is contained in:
parent
8dd4ec68d0
commit
6a04bc3318
4 changed files with 16 additions and 16 deletions
|
@ -132,11 +132,6 @@ char *EscapeJsStringLiteral(char **r, size_t *y, const char *p, size_t n,
|
|||
q[1] = '"';
|
||||
q += 2;
|
||||
break;
|
||||
case 8:
|
||||
q[0] = '\\';
|
||||
q[1] = '\'';
|
||||
q += 2;
|
||||
break;
|
||||
case 9:
|
||||
w = EncodeUtf16(x);
|
||||
do {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue