Fossil SCM
Fix an incorrect comment on the previous check-in.
Commit
0d2befb04d9640f339d71f3165b2ae5c87c34b47ac811fe042e5a1a83d1ec791
Parent
fc0b9325f02b16b…
1 file changed
+1
-1
+1
-1
| --- src/blob.c | ||
| +++ src/blob.c | ||
| @@ -1575,11 +1575,11 @@ | ||
| 1575 | 1575 | ** 5 First byte of a 4-byte UTF-8 |
| 1576 | 1576 | */ |
| 1577 | 1577 | static const char aSafeChar[256] = { |
| 1578 | 1578 | #ifdef _WIN32 |
| 1579 | 1579 | /* Windows |
| 1580 | -** Prohibit: all control characters, including tab, \r and \n. Also % | |
| 1580 | +** Prohibit: all control characters, including tab, \r and \n. | |
| 1581 | 1581 | ** Escape: (space) " # $ % & ' ( ) * ; < > ? [ ] ^ ` { | } |
| 1582 | 1582 | */ |
| 1583 | 1583 | /* x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xa xb xc xd xe xf */ |
| 1584 | 1584 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, /* 0x */ |
| 1585 | 1585 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, /* 1x */ |
| 1586 | 1586 |
| --- src/blob.c | |
| +++ src/blob.c | |
| @@ -1575,11 +1575,11 @@ | |
| 1575 | ** 5 First byte of a 4-byte UTF-8 |
| 1576 | */ |
| 1577 | static const char aSafeChar[256] = { |
| 1578 | #ifdef _WIN32 |
| 1579 | /* Windows |
| 1580 | ** Prohibit: all control characters, including tab, \r and \n. Also % |
| 1581 | ** Escape: (space) " # $ % & ' ( ) * ; < > ? [ ] ^ ` { | } |
| 1582 | */ |
| 1583 | /* x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xa xb xc xd xe xf */ |
| 1584 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, /* 0x */ |
| 1585 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, /* 1x */ |
| 1586 |
| --- src/blob.c | |
| +++ src/blob.c | |
| @@ -1575,11 +1575,11 @@ | |
| 1575 | ** 5 First byte of a 4-byte UTF-8 |
| 1576 | */ |
| 1577 | static const char aSafeChar[256] = { |
| 1578 | #ifdef _WIN32 |
| 1579 | /* Windows |
| 1580 | ** Prohibit: all control characters, including tab, \r and \n. |
| 1581 | ** Escape: (space) " # $ % & ' ( ) * ; < > ? [ ] ^ ` { | } |
| 1582 | */ |
| 1583 | /* x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xa xb xc xd xe xf */ |
| 1584 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, /* 0x */ |
| 1585 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, /* 1x */ |
| 1586 |