From aca77e84106c52c9cbb046b85a35fd806685ca84 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Mon, 26 Jul 2021 10:25:23 +0300 Subject: Use __attribute__ ((format)) where possible and fix issues found by it --- src/app_mkpkg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/app_mkpkg.c') diff --git a/src/app_mkpkg.c b/src/app_mkpkg.c index 00f467c..e68a426 100644 --- a/src/app_mkpkg.c +++ b/src/app_mkpkg.c @@ -161,8 +161,7 @@ static int mkpkg_process_dirent(void *pctx, int dirfd, const char *entry) return r; default: apk_pathbuilder_push(&ctx->pb, entry); - apk_out(out, "%s: special file ignored", - apk_pathbuilder_cstr(&ctx->pb), entry); + apk_out(out, "%s: special file ignored", apk_pathbuilder_cstr(&ctx->pb)); apk_pathbuilder_pop(&ctx->pb); return 0; } -- cgit v1.2.3-70-g09d2