From: Michael Schroeder Date: Tue, 4 Jun 2013 17:47:06 +0000 (+0200) Subject: missed a change X-Git-Tag: BASE-SuSE-Code-13_1-Branch~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9156031dfe67432eabef27b98fc11fd60ffcb936;p=thirdparty%2Flibsolv.git missed a change --- diff --git a/examples/p5solv b/examples/p5solv index 2e3e3edd..f11e93e2 100755 --- a/examples/p5solv +++ b/examples/p5solv @@ -683,7 +683,7 @@ for my $c ($trans->classify($solv::Transaction::SOLVER_TRANSACTION_SHOW_OBSOLETE } elsif ($c->{'type'} == $solv::Transaction::SOLVER_TRANSACTION_VENDORCHANGE) { printf "$c->{'count'} vendor changes from '%s' to '%s':\n", $c->{'fromstr'}, $c->{'tostr'}; } elsif ($c->{'type'} == $solv::Transaction::SOLVER_TRANSACTION_ARCHCHANGE) { - printf "$c->{'count'} arch changes from '%s' to '%s':\n", $c->{'fromstr'}->str(), $c->{'tostr'}; + printf "$c->{'count'} arch changes from '%s' to '%s':\n", $c->{'fromstr'}, $c->{'tostr'}; } else { next; }