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

Commit a773632b authored by Andres Morales's avatar Andres Morales Committed by Gerrit Code Review
Browse files

Merge "pass in correct buffer to print_id"

parents bccc75a7 a190ddf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ int main(int argc, char **argv)
    }

    if (get_id) {
        print_id(sha, sizeof(hdr.id));
        print_id((uint8_t *) hdr.id, sizeof(hdr.id));
    }

    return 0;