lib/transaction_files.c: fix size_t printf

This commit is contained in:
Duncaen 2019-06-20 18:04:39 +02:00
parent 098fea7704
commit 70867bd774

View File

@ -194,7 +194,7 @@ can_delete_directory(struct xbps_handle *xhp, const char *file, size_t len, size
fcount -= 2;
if (fcount <= rmcount) {
xbps_dbg_printf(xhp, "[files] only removed %lu out of %lu files: %s\n",
xbps_dbg_printf(xhp, "[files] only removed %zu out of %zu files: %s\n",
rmcount, fcount, file);
}