Fix bug which would miscount table size after insertion failure rehash.
commit3a66e2dea0eab259d3bc024309cd71b854f7c97f
authorGary Wong <gtw@flux.utah.edu>
Mon, 1 Nov 2010 21:02:47 +0000 (1 15:02 -0600)
committerGary Wong <gtw@gnu.org>
Fri, 5 Nov 2010 03:49:35 +0000 (4 21:49 -0600)
tree1ff19a0f8b2e8c063eb9de581da7bf5a5b664a5a
parent3912bad35e17c393fbe03f6a1368cc61f3f2e040
Fix bug which would miscount table size after insertion failure rehash.

After rehashing, the table size accounts only for the successfully
replaced keys, so we need to increment the population by one to
reflect the outstanding key still to be inserted.
ChangeLog
window-table.c