summaryrefslogtreecommitdiff
path: root/src/upb_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_parse.c')
-rw-r--r--src/upb_parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upb_parse.c b/src/upb_parse.c
index 4f22e4a..fd76051 100644
--- a/src/upb_parse.c
+++ b/src/upb_parse.c
@@ -180,8 +180,8 @@ upb_status_t upb_parse(struct upb_parse_state *s, void *_buf, size_t len,
} else {
if(upb_isstringtype(ft))
str_cb(udata, buf, UPB_MIN(delim_end, end) - buf, delim_end - buf, udesc);
- else
- ;/* Set a marker for packed arrays. */
+ //else
+ // /* Set a marker for packed arrays. */
buf = delim_end; /* Note that this could be greater than end. */
}
} else { /* Scalar (non-delimited) value. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback