Thanks to Ian Jackson.
+2007-01-15 Ian Jackson <iwj@ubuntu.com>
+
+ * src/processarc.c (process_archive): Add a missing newline to a
+ warning message.
+
2007-01-15 Guillem Jover <guillem@debian.org>
* scripts/dpkg-gettext.pl: Remove duplicate 'use static'.
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).
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;