From: jbj Date: Fri, 19 Feb 1999 17:52:46 +0000 (+0000) Subject: Added space in format. X-Git-Tag: rpm-4.4-release~3102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78bb12db47983849a8e552f14a7d71af9c4bbe7f;p=platform%2Fupstream%2Frpm.git Added space in format. CVS patchset: 2815 CVS date: 1999/02/19 17:52:46 --- diff --git a/lib/install.c b/lib/install.c index 21fd5f8..17178f7 100644 --- a/lib/install.c +++ b/lib/install.c @@ -615,7 +615,7 @@ static int installArchive(FD_t fd, struct fileInfo * files, /* this would probably be a good place to check if disk space was used up - if so, we should return a different error */ rpmError(RPMERR_CPIO, _("unpacking of archive failed%s%s: %s"), - (failedFile != NULL ? _(" on file") : ""), + (failedFile != NULL ? _(" on file ") : ""), (failedFile != NULL ? failedFile : ""), cpioStrerror(rc)); return 1;