mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
bugfix in utf8.c
This commit is contained in:
@@ -156,7 +156,7 @@ gu_in_utf8_buf(uint8_t** buf, GuIn* in, GuExn* err)
|
|||||||
if (!gu_ok(err)) {
|
if (!gu_ok(err)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
*buf = p;
|
*buf = p+len;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
|
|||||||
Reference in New Issue
Block a user