From db7dd3fd9b65bab97eec7697f482a741c7d73d9a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Jul 2013 08:00:42 +0200 Subject: [PATCH] lib/repo_pkgdeps.c: print correctly missing dependencies. --- lib/repo_pkgdeps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/repo_pkgdeps.c b/lib/repo_pkgdeps.c index 4eb9949d..33dbd069 100644 --- a/lib/repo_pkgdeps.c +++ b/lib/repo_pkgdeps.c @@ -138,7 +138,7 @@ out: if (add_pkgdep) { char *str; - str = xbps_xasprintf("MISSING: %s", reqpkg_str); + str = xbps_xasprintf("MISSING: %s", reqpkg); xbps_array_add_cstring(mdeps, str); free(str); }