Author: guillem
Date: 2007-01-15 10:11:36 +0100 (Mon, 15 Jan 2007)
New Revision: 630

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/src/processarc.c
Log:
Add a missing newline to a warning message in dpkg. Closes: #390914
Thanks to Ian Jackson.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2007-01-15 03:40:12 UTC (rev 629)
+++ trunk/ChangeLog     2007-01-15 09:11:36 UTC (rev 630)
@@ -1,3 +1,8 @@
+2007-01-15  Ian Jackson  <[EMAIL PROTECTED]>
+
+       * src/processarc.c (process_archive): Add a missing newline to a
+       warning message.
+
 2007-01-15  Guillem Jover  <[EMAIL PROTECTED]>
 
        * scripts/dpkg-gettext.pl: Remove duplicate 'use static'.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-01-15 03:40:12 UTC (rev 629)
+++ trunk/debian/changelog      2007-01-15 09:11:36 UTC (rev 630)
@@ -12,6 +12,8 @@
     by checking if the macro value is true instead of it being defined.
     Thanks to Mark Rosenstand.
   * Make some perl scripts use static and warnings, to ease catching errors.
+  * Add a missing newline to a warning message in dpkg. Closes: #390914
+    Thanks to Ian Jackson.
 
   [ Updated dpkg translations ]
   * Romanian (Eddy Petrișor).

Modified: trunk/src/processarc.c
===================================================================
--- trunk/src/processarc.c      2007-01-15 03:40:12 UTC (rev 629)
+++ trunk/src/processarc.c      2007-01-15 09:11:36 UTC (rev 630)
@@ -672,7 +672,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')\n"),
                    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]

Reply via email to