Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f23f3cb2 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Fix a crash when parsing fastboot command-line arguments" am:...

Merge "Fix a crash when parsing fastboot command-line arguments" am: 517f6d47 am: 1c1ee87e am: 7534be53
am: 6fb5a635

Change-Id: I6cd126125c31b2fd5ef61512b104db75a91c422d
parents c06216f8 6fb5a635
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1648,8 +1648,7 @@ int main(int argc, char **argv)
                    wants_reboot = false;
                    wants_reboot_bootloader = true;
                    skip(1);
                }
                if (!strcmp(*argv, "emergency")) {
                } else if (!strcmp(*argv, "emergency")) {
                    wants_reboot = false;
                    wants_reboot_emergency = true;
                    skip(1);