summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-09-17 23:18:24 +0000
committerjbj <devnull@localhost>1999-09-17 23:18:24 +0000
commitb0f03239bbd48ef228e0f390e0f6afd94b27c316 (patch)
treed201baf05c61a831934a92cad6f129499ec95cce
parent0148d1e87dc4dc6d31bf2b01e5a21a99ed46239c (diff)
downloadrpm-b0f03239bbd48ef228e0f390e0f6afd94b27c316.tar.gz
rpm-b0f03239bbd48ef228e0f390e0f6afd94b27c316.tar.bz2
rpm-b0f03239bbd48ef228e0f390e0f6afd94b27c316.zip
Typo.
CVS patchset: 3303 CVS date: 1999/09/17 23:18:24
-rw-r--r--build/pack.c8
-rw-r--r--po/rpm.pot22
2 files changed, 16 insertions, 14 deletions
diff --git a/build/pack.c b/build/pack.c
index 98486bd0d..bfb8af9d9 100644
--- a/build/pack.c
+++ b/build/pack.c
@@ -373,10 +373,11 @@ int writeRPM(Header h, const char *fileName, int type,
return 0;
}
-static int cpio_gzip(FD_t fdo, CSA_t *csa) {
+static int cpio_gzip(FD_t fdo, CSA_t *csa)
+{
CFD_t *cfd = &csa->cpioCfd;
int rc;
- const char *failedFile;
+ const char *failedFile = NULL;
cfd->cpioIoType = cpioIoTypeGzFd;
cfd->cpioGzFd = gzdFdopen(fdDup(fdFileno(fdo)), "w9");
@@ -395,7 +396,8 @@ static int cpio_gzip(FD_t fdo, CSA_t *csa) {
return rc;
}
-static int cpio_copy(FD_t fdo, CSA_t *csa) {
+static int cpio_copy(FD_t fdo, CSA_t *csa)
+{
char buf[BUFSIZ];
ssize_t nb;
diff --git a/po/rpm.pot b/po/rpm.pot
index de47e4a66..709bf7b0a 100644
--- a/po/rpm.pot
+++ b/po/rpm.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-09-17 18:43-0400\n"
+"POT-Creation-Date: 1999-09-17 19:17-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1401,7 +1401,7 @@ msgstr ""
msgid "Could not open %%files file: %s"
msgstr ""
-#: ../build/files.c:1147 ../build/pack.c:434
+#: ../build/files.c:1147 ../build/pack.c:436
#, c-format
msgid "line: %s"
msgstr ""
@@ -1513,47 +1513,47 @@ msgstr ""
msgid "Wrote: %s\n"
msgstr ""
-#: ../build/pack.c:386
+#: ../build/pack.c:387
#, c-format
msgid "create archive failed on file %s: %s"
msgstr ""
-#: ../build/pack.c:404
+#: ../build/pack.c:406
#, c-format
msgid "cpio_copy write failed: %s"
msgstr ""
-#: ../build/pack.c:411
+#: ../build/pack.c:413
#, c-format
msgid "cpio_copy read failed: %s"
msgstr ""
-#: ../build/pack.c:490
+#: ../build/pack.c:492
#, c-format
msgid "Could not open PreIn file: %s"
msgstr ""
-#: ../build/pack.c:497
+#: ../build/pack.c:499
#, c-format
msgid "Could not open PreUn file: %s"
msgstr ""
-#: ../build/pack.c:504
+#: ../build/pack.c:506
#, c-format
msgid "Could not open PostIn file: %s"
msgstr ""
-#: ../build/pack.c:511
+#: ../build/pack.c:513
#, c-format
msgid "Could not open PostUn file: %s"
msgstr ""
-#: ../build/pack.c:519
+#: ../build/pack.c:521
#, c-format
msgid "Could not open VerifyScript file: %s"
msgstr ""
-#: ../build/pack.c:535
+#: ../build/pack.c:537
#, c-format
msgid "Could not open Trigger script file: %s"
msgstr ""