This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Fix bug when deleting final range
authorKarl Williamson <public@khwilliamson.com>
Mon, 20 Aug 2012 19:28:31 +0000 (13:28 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:27 +0000 (23:21 -0600)
commit5b348b71b6aa004c25b0c805567d95fd5476776e
tree6dea4748ac7511df93e35ee7ca685a97b1a27f82
parent2a7f829488cb00b112f886fd06411f628b2d295c
mktables: Fix bug when deleting final range

When a Range_List is emptied, there is a bug which causes a runtime
error when trying to refer to a non-existent element.  This avoids that.
A future commit would have run afoul of this bug.
lib/unicore/mktables