Author: guillem
Date: 2006-02-13 04:48:31 +0000 (Mon, 13 Feb 2006)
New Revision: 124
Modified:
trunk/ChangeLog
trunk/debian/changelog
trunk/src/processarc.c
Log:
Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-02-12 04:41:20 UTC (rev 123)
+++ trunk/ChangeLog 2006-02-13 04:48:31 UTC (rev 124)
@@ -1,3 +1,8 @@
+2006-02-13 Jordi Mallach <[EMAIL PROTECTED]>
+
+ * src/processarc.c (process_archive): Add missing closing parenthesis
+ in a string.
+
2006-02-12 Frank Lichtenheld <[EMAIL PROTECTED]>
* configure.ac: Bump version to 1.13.15~
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-02-12 04:41:20 UTC (rev 123)
+++ trunk/debian/changelog 2006-02-13 04:48:31 UTC (rev 124)
@@ -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 <[EMAIL PROTECTED]> Sun, 12 Feb 2006 02:44:24 +0100
Modified: trunk/src/processarc.c
===================================================================
--- trunk/src/processarc.c 2006-02-12 04:41:20 UTC (rev 123)
+++ trunk/src/processarc.c 2006-02-13 04:48:31 UTC (rev 124)
@@ -662,7 +662,7 @@
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;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]