lib/repo_pkgdeps.c: print correctly missing dependencies.

This commit is contained in:
Juan RP 2013-07-16 08:00:42 +02:00
parent bb0c3250b1
commit db7dd3fd9b

View File

@ -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);
}