summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-13 09:50:04 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-13 09:50:04 +0000
commit9da5ca7f8133dbba4265d9d7c51f72b11ecfe5b3 (patch)
treef4f05b3abad04d8c74b9e8c11f6ebd682fafd78e /src
parentd10a3830b858418299bdd1f78543f79e5b68721f (diff)
bugfix in utf8.c
Diffstat (limited to 'src')
-rw-r--r--src/runtime/c/gu/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/gu/utf8.c b/src/runtime/c/gu/utf8.c
index 2a77304a9..d0bd89b90 100644
--- a/src/runtime/c/gu/utf8.c
+++ b/src/runtime/c/gu/utf8.c
@@ -156,7 +156,7 @@ gu_in_utf8_buf(uint8_t** buf, GuIn* in, GuExn* err)
if (!gu_ok(err)) {
return;
}
- *buf = p;
+ *buf = p+len;
return;
fail: