summaryrefslogtreecommitdiff
path: root/src/upb_context.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-09 11:10:16 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-09 11:10:16 -0700
commit4d9c39b94d498e8a3ad2fb4966833092579ed038 (patch)
tree3cb44dae55cd4da6ff0f9b6e0644b0d0e9e3e803 /src/upb_context.c
parent9bc15a1e74623753bcce0404e9cbd67f56a5e0e1 (diff)
Make benchmark run out-of-the-box.
Diffstat (limited to 'src/upb_context.c')
-rw-r--r--src/upb_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_context.c b/src/upb_context.c
index 8a9f014..76319cd 100644
--- a/src/upb_context.c
+++ b/src/upb_context.c
@@ -272,7 +272,7 @@ bool upb_context_addfd(struct upb_context *c,
bool upb_context_parsefds(struct upb_context *c, struct upb_string *fds_str) {
google_protobuf_FileDescriptorSet *fds =
- upb_alloc_and_parse(c->fds_msg, fds_str, true);
+ upb_alloc_and_parse(c->fds_msg, fds_str, false);
if(!fds) return false;
if(fds->set_flags.has.file) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback