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

Commit 9df73b00 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Turn off CRC checking for append2simg"

parents 55c636a2 b5619d96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ int main(int argc, char *argv[])
        exit(-1);
    }

    sparse_output = sparse_file_import_auto(output, true, true);
    sparse_output = sparse_file_import_auto(output, false, true);
    if (!sparse_output) {
        fprintf(stderr, "Couldn't import output file\n");
        exit(-1);