change apk audit letters to correspond to old sfic/lbu letters

A = "added"
U = "updated"
cute-signatures
Natanael Copa 2009-05-06 13:15:46 +00:00
parent 5daa663a86
commit d8cddc4329
1 changed files with 2 additions and 2 deletions

View File

@ -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)