]> err.no Git - dpkg/commitdiff
Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
authorGuillem Jover <guillem@debian.org>
Mon, 13 Feb 2006 04:48:31 +0000 (04:48 +0000)
committerGuillem Jover <guillem@debian.org>
Mon, 13 Feb 2006 04:48:31 +0000 (04:48 +0000)
ChangeLog
debian/changelog
src/processarc.c

index 6ce379d52bb29f07210dd3ea6b994cf2c704204c..f16202a67042e5de57b48692118a00ea7bcf00e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-13  Jordi Mallach  <jordi@debian.org>
+
+       * src/processarc.c (process_archive): Add missing closing parenthesis
+       in a string.
+
 2006-02-12  Frank Lichtenheld  <djpig@debian.org>
 
        * configure.ac: Bump version to 1.13.15~
index ca28cd16d091738081163a44eb89c26c3c2f9d4e..bc49f2da238261440ddc2928d12327721ec28029 100644 (file)
@@ -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 <djpig@debian.org>  Sun, 12 Feb 2006 02:44:24 +0100
 
index 55b4683b5cef5af74d921e57c89df53f1dba02a1..21fef7b7d83b8df3f616e038a0ef5e83264a08b8 100644 (file)
@@ -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;