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

Commit 961dda77 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Creating an empty package should be succesfull

Bug: 15473436
Change-Id: I788deb21a1298281c508429bab635aa713803984
parent 6123315a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3221,7 +3221,7 @@ status_t ResTable::addEmpty(const int32_t cookie) {

    header->header = (const ResTable_header*) resHeader;
    mHeaders.add(header);
    return NO_ERROR;
    return (mError=NO_ERROR);
}

status_t ResTable::addInternal(const void* data, size_t size, const int32_t cookie,