projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8cef9b
)
Remove useless argument to format, d'oh
author
Jindrich Novy
<jnovy@redhat.com>
Mon, 7 Jul 2008 08:21:30 +0000
(10:21 +0200)
committer
Jindrich Novy
<jnovy@redhat.com>
Mon, 7 Jul 2008 12:50:13 +0000
(14:50 +0200)
build/parsePrep.c
patch
|
blob
|
history
diff --git
a/build/parsePrep.c
b/build/parsePrep.c
index
c18945a
..
217bd47
100644
(file)
--- a/
build/parsePrep.c
+++ b/
build/parsePrep.c
@@
-157,7
+157,7
@@
static char *doUntar(rpmSpec spec, uint32_t c, int quietly)
if (c != INT_MAX) {
rpmlog(RPMLOG_ERR, _("No source number %u\n"), c);
} else {
- rpmlog(RPMLOG_ERR, _("No \"Source:\" tag in the spec file\n")
, c
);
+ rpmlog(RPMLOG_ERR, _("No \"Source:\" tag in the spec file\n"));
}
return NULL;
}