Also sync vsb.h comment with reality

parent bbef2afb
...@@ -89,9 +89,9 @@ void VSB_destroy(struct vsb **); ...@@ -89,9 +89,9 @@ void VSB_destroy(struct vsb **);
*/ */
#define VSB_QUOTE_JSON 2 #define VSB_QUOTE_JSON 2
/* /*
* Output suitable for inclusion between "..." in JSON * JSON-like output suitable for inclusion between "..."
* Uses JSON \u%04x quoting. * Quotes <0x20 as \u%04x
* Anything above 0x7e had better be UTF-8 * Keeps >0x7e unquoted
*/ */
#define VSB_QUOTE_HEX 4 #define VSB_QUOTE_HEX 4
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment