From cecb810746113a57ac65236495014fd4aa43982b Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Fri, 20 Sep 2013 21:31:29 +0300 Subject: db: fix error message --- src/database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/database.c b/src/database.c index d8b84b5..1adfc12 100644 --- a/src/database.c +++ b/src/database.c @@ -2278,7 +2278,7 @@ static int apk_db_install_archive_entry(void *_ctx, if (diri == NULL) { if (!APK_BLOB_IS_NULL(bdir)) { apk_error(PKG_VER_FMT": "BLOB_FMT": no dirent in archive\n", - pkg, BLOB_PRINTF(name)); + PKG_VER_PRINTF(pkg), BLOB_PRINTF(name)); ipkg->broken_files = 1; return 0; } -- cgit v1.2.3-70-g09d2