summaryrefslogtreecommitdiff
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/upb_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/upb_decoder.c b/stream/upb_decoder.c
index 949ce2d..74ef5c5 100644
--- a/stream/upb_decoder.c
+++ b/stream/upb_decoder.c
@@ -342,7 +342,7 @@ again:
}
// Look up field by tag number.
- upb_fielddef *f = upb_msg_itof(d->top->msgdef, field_number);
+ upb_fielddef *f = upb_msgdef_itof(d->top->msgdef, field_number);
if (!f) {
// Unknown field. If/when the upb_src interface supports reporting
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback