utf8.c: "<" should be "<="
authorKarl Williamson <public@khwilliamson.com>
Wed, 11 May 2011 17:38:15 +0000 (11:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 May 2011 16:31:20 +0000 (10:31 -0600)
commit508f7cfaca1a9a559de9b56ba489e1f4ec3519a7
treed003070ef3cbdf66e2598beff57cc255ff645cf5
parent5f01d9365bc1313f70004c23768019096470d4e2
utf8.c: "<" should be "<="

av_len() is misnamed, and hence led me earlier to stop the loop
one shy of what it should have been.  No actual bugs were caused by
this, but it could cause a duplicate entry in an array, which is
searched linearly, hence a slight slowdown.
utf8.c