From: Guillem Jover Date: Mon, 13 Feb 2006 04:48:31 +0000 (+0000) Subject: Add a missing closing parenthesis in a dpkg string (Jordi Mallach). X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738d61182080b6898d686f9c371b7cf4a78d37cb;p=dpkg Add a missing closing parenthesis in a dpkg string (Jordi Mallach). --- diff --git a/ChangeLog b/ChangeLog index 6ce379d5..f16202a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-13 Jordi Mallach + + * src/processarc.c (process_archive): Add missing closing parenthesis + in a string. + 2006-02-12 Frank Lichtenheld * configure.ac: Bump version to 1.13.15~ diff --git a/debian/changelog b/debian/changelog index ca28cd16..bc49f2da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dpkg (1.13.15~) UNRELEASED; urgency=low - * + [ Guillem Jover ] + * Add a missing closing parenthesis in a dpkg string (Jordi Mallach). -- Frank Lichtenheld Sun, 12 Feb 2006 02:44:24 +0100 diff --git a/src/processarc.c b/src/processarc.c index 55b4683b..21fef7b7 100644 --- a/src/processarc.c +++ b/src/processarc.c @@ -662,7 +662,7 @@ void process_archive(const char *filename) { oldfs.st_ino == cfile->namenode->filestat->st_ino) { if (sameas) fprintf(stderr, _("dpkg: warning - old file `%.250s' is the same" - " as several new files! (both `%.250s' and `%.250s'"), + " as several new files! (both `%.250s' and `%.250s')"), fnamevb.buf, sameas->namenode->name, cfile->namenode->name); sameas= cfile;