Print the package version nicely
This commit is contained in:
parent
fe5928847a
commit
5957270c72
@ -150,7 +150,9 @@ struct PackageContentListHandler : BPackageContentHandler {
|
||||
break;
|
||||
|
||||
case B_PACKAGE_INFO_VERSION:
|
||||
printf("\tversion: ");
|
||||
_PrintPackageVersion(value.version);
|
||||
printf("\n");
|
||||
break;
|
||||
|
||||
case B_PACKAGE_INFO_COPYRIGHTS:
|
||||
|
Loading…
Reference in New Issue
Block a user