diff options
author | jbj <devnull@localhost> | 2002-06-05 20:26:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-05 20:26:57 +0000 |
commit | 2395582ab025e75aae8f51c8787d34c5c961f88c (patch) | |
tree | 402d3b104849336f2f2bf21973d71a757c97a906 /lib/rpmps.c | |
parent | 14d95f25f736587e23b5aa8a2302eb5f3b168df9 (diff) | |
download | rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.tar.gz rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.tar.bz2 rpm-2395582ab025e75aae8f51c8787d34c5c961f88c.zip |
- python: portability fiddles (#54350).
- check inodes (but not blocks) on FAT file systems (#64256).
CVS patchset: 5465
CVS date: 2002/06/05 20:26:57
Diffstat (limited to 'lib/rpmps.c')
-rw-r--r-- | lib/rpmps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmps.c b/lib/rpmps.c index 75b5cd910..f73690c5c 100644 --- a/lib/rpmps.c +++ b/lib/rpmps.c @@ -247,7 +247,7 @@ const char * rpmProblemString(const rpmProblem prob) break; case RPMPROB_DISKSPACE: rc = snprintf(buf, nb, - _("installing package %s needs %ld%cb on the %s filesystem"), + _("installing package %s needs %ld%cB on the %s filesystem"), pkgNEVR, prob->ulong1 > (1024*1024) ? (prob->ulong1 + 1024 * 1024 - 1) / (1024 * 1024) |