Fix bootloader zip extraction filename case sensitivity.
commite359202aa1553a9290f931fab562d7dd2e166cfa
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Sat, 23 Jun 2012 09:53:02 +0000 (23 11:53 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Sat, 23 Jun 2012 10:10:56 +0000 (23 12:10 +0200)
tree79230c70021836e4b6dfe9f3020734be106842b8
parent83d210493db8dd16f8724249b5b6a93c675c7c05
Fix bootloader zip extraction filename case sensitivity.

When searching for the bootloader file in a zip archive the filename in the
archive might use a different casing than the one we're looking after. Make the
search case-insensitive to not fail to find the file in this case.

Change-Id: I05ffc67421e67fae045eabb7851cd99a3757b6d7
rbutil/rbutilqt/base/bootloaderinstallbase.cpp