]> git.cworth.org Git - wordgame/commit
dict: Fix bug in for_each iterations with no max_length limit
authorCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 15:57:34 +0000 (07:57 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 15:57:34 +0000 (07:57 -0800)
commita26e439b57a16e31a8fb67a079cbad659c21fd39
treee219c871155d3f24763a53a471074fbe957c725d
parenta14ef3b1c9d6cc4142da7effc872efacdcd325c0
dict: Fix bug in for_each iterations with no max_length limit

We've been using an idiom of min_length == 0, max_length == 0 to
indicate no length limit, but this has apparently been broken since
the rework of the for_each interfaces that introduced this.
dict.c