summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-22 11:04:47 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-22 11:04:47 -0700
commit509fb80b46bb3734ed4960723545f6cbacd5cd0c (patch)
tree39df923bcd0ee208ce5f06a8a4c019a1bfffdfbe /src
parentd963b04ea9e8fff3f189975dc716beb3fbea763c (diff)
Bugfix to upb_table.
Diffstat (limited to 'src')
-rw-r--r--src/upb_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upb_table.c b/src/upb_table.c
index 063b0b6..036d175 100644
--- a/src/upb_table.c
+++ b/src/upb_table.c
@@ -109,6 +109,7 @@ static void intinsert(struct upb_inttable *t, struct upb_inttable_entry *e)
evictee_e->next = empty_bucket;
break;
}
+ evictee_e = intent(t, evictee_e->next);
}
/* table_e remains set to our mainpos. */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback