Introduction
Introduction Statistics Contact Development Disclaimer Help
fix typo - jfconvert - JSON Feed (subset) to sfeed or Atom converter
git clone git://git.codemadness.org/jfconvert
Log
Files
Refs
README
LICENSE
---
commit ff7a80ab6af0e322f0e45b2bd5187152df55faf6
parent 3439982120504714ab7a2a0d0ca49454ef1da121
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 15 May 2023 18:47:27 +0200
fix typo
Diffstat:
M json.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/json.c b/json.c
@@ -132,7 +132,7 @@ handlechr:
while (1) {
c = GETNEXT();
chr:
- /* EOF or control char: 0x7f is not defined as…
+ /* EOF or control char: 0x7f is not defined as…
if (c < 0x20)
JSON_INVALID();
@@ -156,7 +156,7 @@ escchr:
JSON_INVALID()…
cp |= (hexdigit(c) << …
}
- /* RFC8259 - 7. Strings - surr…
+ /* RFC 8259 - 7. Strings - sur…
* 0xd800 - 0xdbff - high surr…
if (cp >= 0xd800 && cp <= 0xdb…
if ((c = GETNEXT()) !=…
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.