summaryrefslogtreecommitdiff
path: root/src/upb_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_def.c')
-rw-r--r--src/upb_def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_def.c b/src/upb_def.c
index b12ed14..3b21443 100644
--- a/src/upb_def.c
+++ b/src/upb_def.c
@@ -1471,7 +1471,7 @@ static void upb_baredecoder_run(upb_src *src, upb_status *status) {
}
// Detect end-of-submessage.
while(d->offset >= *top) {
- CHECK(upb_dispatch_endsubmsg(&d->dispatcher));
+ CHECK(upb_dispatch_endsubmsg(&d->dispatcher, &f));
d->offset = *(top--);
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback