Fix build of pkgman on x86_64 by use of B_PRI... define.
This commit is contained in:
@@ -116,11 +116,11 @@ ListReposCommand::Execute(int argc, const char* const* argv)
|
|||||||
repoCache.Info().Summary().String());
|
repoCache.Info().Summary().String());
|
||||||
printf("\t\tarch: %s\n", BPackageInfo::kArchitectureNames[
|
printf("\t\tarch: %s\n", BPackageInfo::kArchitectureNames[
|
||||||
repoCache.Info().Architecture()]);
|
repoCache.Info().Architecture()]);
|
||||||
printf("\t\tpkg-count: %lu\n", repoCache.CountPackages());
|
printf("\t\tpkg-count: %" B_PRIu32 "\n",
|
||||||
|
repoCache.CountPackages());
|
||||||
printf("\t\torig-url: %s\n",
|
printf("\t\torig-url: %s\n",
|
||||||
repoCache.Info().OriginalBaseURL().String());
|
repoCache.Info().OriginalBaseURL().String());
|
||||||
printf("\t\torig-prio: %u\n", repoCache.Info().Priority());
|
printf("\t\torig-prio: %u\n", repoCache.Info().Priority());
|
||||||
|
|
||||||
} else
|
} else
|
||||||
printf("\t\t<no repository cache found>\n");
|
printf("\t\t<no repository cache found>\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user