rpm-nls-fixes.patch (from PLD).

CVS patchset: 7074
CVS date: 2004/01/11 15:24:19
This commit is contained in:
jbj 2004-01-11 15:24:19 +00:00
parent 47ac30a7eb
commit 14c4c71c6e
2 changed files with 3 additions and 3 deletions

View File

@ -1769,7 +1769,7 @@ static int processMetadataFile(Package pkg, FileList fl, const char * fileURL,
switch (tag) {
default:
rpmError(RPMERR_BADSPEC, _("%s: can't load unknwon tag (%d).\n"),
rpmError(RPMERR_BADSPEC, _("%s: can't load unknown tag (%d).\n"),
fn, tag);
goto exit;
/*@notreached@*/

View File

@ -509,7 +509,7 @@ if (fileURL[0] == '=') {
eiu->isSource = headerIsEntry(eiu->h, RPMTAG_SOURCEPACKAGE);
if (eiu->isSource) {
rpmMessage(RPMMESS_DEBUG, "\tadded source package [%d]\n",
rpmMessage(RPMMESS_DEBUG, _("\tadded source package [%d]\n"),
eiu->numSRPMS);
eiu->sourceURL = xrealloc(eiu->sourceURL,
(eiu->numSRPMS + 2) * sizeof(*eiu->sourceURL));
@ -579,7 +579,7 @@ if (fileURL[0] == '=') {
switch(rc) {
case 0:
rpmMessage(RPMMESS_DEBUG, "\tadded binary package [%d]\n",
rpmMessage(RPMMESS_DEBUG, _("\tadded binary package [%d]\n"),
eiu->numRPMS);
/*@switchbreak@*/ break;
case 1: