Example #1
0
def patch(a, bin):
    if len(a) == 0:
        # skip over trivial delta header
        return util.buffer(bin, 12)
    return mpatch.patches(a, [bin])
Example #2
0
def patch(a, bin):
    return mpatch.patches(a, [bin])
Example #3
0
def patch(a, bin):
    return mpatch.patches(a, [bin])