Changeset: acd993e1c5e7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/acd993e1c5e7
Modified Files:
        clients/mapiclient/mclient.c
Branch: default
Log Message:

Typo in comment.


diffs (12 lines):

diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -364,7 +364,7 @@ utf8strlenmax(char *s, char *e, size_t m
                        } else if (codepoint <= 0x1F || codepoint == 0177) {
                                len += 4;               /* control, rendered as 
"\\%03o" */
                        } else if (0x80 <= codepoint && codepoint <= 0x9F) {
-                               len += 6;               /* control, rendered as 
"u\\%04x" */
+                               len += 6;               /* control, rendered as 
"\\u%04x" */
                        } else {
                                /* charwidth() returning -1 is caught by the 
above */
                                len += charwidth(codepoint);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to