Added space in format.

CVS patchset: 2815
CVS date: 1999/02/19 17:52:46
This commit is contained in:
jbj 1999-02-19 17:52:46 +00:00
parent aefcab536e
commit 78bb12db47
1 changed files with 1 additions and 1 deletions

View File

@ -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;