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

Commit 517f6d47 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 294f7312 6adbd4e7
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);