Skip to content

Commit

Permalink
fix API
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Jun 24, 2014
1 parent dae6e25 commit 4db84b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NCPkgTable.cc
Expand Up @@ -675,7 +675,7 @@ bool NCPkgTable::createListEntry ( ZyppPkg pkgPtr, ZyppSel slbPtr )

status = slbPtr->status(); // the package status

zypp::ByteCount size = pkgPtr->size(); // installed size
zypp::ByteCount size = pkgPtr->installSize(); // installed size
pkgLine.push_back( size.asString( 8 ) ); // format size

// Selectable does not have source_install
Expand Down

0 comments on commit 4db84b0

Please sign in to comment.