change apk audit letters to correspond to old sfic/lbu letters
A = "added" U = "updated"cute-signatures
parent
5daa663a86
commit
d8cddc4329
|
@ -70,9 +70,9 @@ static int audit_directory(apk_hash_item item, void *ctx)
|
||||||
APK_BLOB_BUF(dbf->csum)) == 0)
|
APK_BLOB_BUF(dbf->csum)) == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
reason = 'M';
|
reason = 'U';
|
||||||
} else {
|
} else {
|
||||||
reason = 'F';
|
reason = 'A';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (apk_verbosity < 1)
|
if (apk_verbosity < 1)
|
||||||
|
|
Loading…
Reference in New Issue