From 78bb12db47983849a8e552f14a7d71af9c4bbe7f Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 19 Feb 1999 17:52:46 +0000 Subject: [PATCH] Added space in format. CVS patchset: 2815 CVS date: 1999/02/19 17:52:46 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4