poldek: poldek/cli/cmd_pipe.c - return N.E-V-R.ARCH in multlib mode
mis
mis at pld-linux.org
Thu Oct 29 09:42:09 CET 2009
Author: mis Date: Thu Oct 29 08:42:09 2009 GMT
Module: poldek Tag: HEAD
---- Log message:
- return N.E-V-R.ARCH in multlib mode
---- Files affected:
poldek/poldek/cli:
cmd_pipe.c (1.9 -> 1.10)
---- Diffs:
================================================================
Index: poldek/poldek/cli/cmd_pipe.c
diff -u poldek/poldek/cli/cmd_pipe.c:1.9 poldek/poldek/cli/cmd_pipe.c:1.10
--- poldek/poldek/cli/cmd_pipe.c:1.9 Sat Feb 2 22:16:36 2008
+++ poldek/poldek/cli/cmd_pipe.c Thu Oct 29 09:42:04 2009
@@ -147,7 +147,7 @@
int i;
for (i=0; i < n_array_size(p->pkgs); i++) {
struct pkg *pkg = n_array_nth(p->pkgs, i);
- n_array_push(args, n_strdup(pkg_snprintf_s(pkg)));
+ n_array_push(args, n_strdup(pkg_id(pkg)));
}
return n_array_size(p->pkgs);
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/cli/cmd_pipe.c?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list