zonelist.c: Fix the coalescing of identical ranges
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 Apr 2008 17:49:51 +0000 (10:49 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 9 Apr 2008 17:49:51 +0000 (10:49 -0700)
commit8c7e976621b91708272ca3e02a25e99155bc2da8
treeb334b3dff239b9e9221c42b440351ce24fffc64a
parent44a89abc22caf7534ca25dbdbcc6a18b0296b751
zonelist.c: Fix the coalescing of identical ranges

The old code could fail to coalesce backwards in the case where a
range is totally obliterated.  For now, just scan the whole list.
com32/lib/syslinux/zonelist.c