From 70867bd7745f6ce3b776d06a25a36a34687072ee Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 20 Jun 2019 18:04:39 +0200 Subject: [PATCH] lib/transaction_files.c: fix size_t printf --- lib/transaction_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transaction_files.c b/lib/transaction_files.c index c9e15518..14cf7c22 100644 --- a/lib/transaction_files.c +++ b/lib/transaction_files.c @@ -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); }