mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-08-12 02:51:14 +10:00
Implement Qualcomm Sahara VIP and fix a few bugs
* Qualcomm Sahara VIP * Project Cleanup * Allow unlocking an already unlocked phone
This commit is contained in:
@@ -134,7 +134,7 @@ namespace SevenZip.CommandLineParser
|
||||
}
|
||||
else
|
||||
{
|
||||
matchedSwitch.WithMinus = (srcString[pos] == kSwitchMinus);
|
||||
matchedSwitch.WithMinus = srcString[pos] == kSwitchMinus;
|
||||
if (matchedSwitch.WithMinus)
|
||||
{
|
||||
pos++;
|
||||
|
||||
Reference in New Issue
Block a user