]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
missed a change
authorMichael Schroeder <mls@suse.de>
Tue, 4 Jun 2013 17:47:06 +0000 (19:47 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 4 Jun 2013 17:47:06 +0000 (19:47 +0200)
examples/p5solv

index 2e3e3edddf52686081ebf545ba6ca9fb5f741ef5..f11e93e221f6560464857648159c6235c2af2063 100755 (executable)
@@ -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;
   }