bugfix in utf8.c

This commit is contained in:
kr.angelov
2013-09-13 09:50:04 +00:00
parent d10a3830b8
commit 9da5ca7f81

View File

@@ -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: