Added space in format.
authorjbj <devnull@localhost>
Fri, 19 Feb 1999 17:52:46 +0000 (17:52 +0000)
committerjbj <devnull@localhost>
Fri, 19 Feb 1999 17:52:46 +0000 (17:52 +0000)
CVS patchset: 2815
CVS date: 1999/02/19 17:52:46

lib/install.c

index 21fd5f8..17178f7 100644 (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;