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

Commit 6a85f9bc authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge \\\\"fs_mgr: Track the bootloader_message struct change.\\\\" am:...

Merge \\\\"fs_mgr: Track the bootloader_message struct change.\\\\" am: 4d346537 am: 6f110854 am: e96a44e2
am: df4a2783

Change-Id: I6b3ef062e5fa2513b5bd101a2aa7c9442dbdfab3
parents ff76804a df4a2783
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ static int get_active_slot_suffix_from_misc(struct fstab *fstab,
    int n;
    int misc_fd;
    ssize_t num_read;
    struct bootloader_message msg;
    struct bootloader_message_ab msg;

    misc_fd = -1;
    for (n = 0; n < fstab->num_entries; n++) {