Package: ttfprint
Version: 0.9-5
Author: Guillem Jover <guillem@hadrons.org>
Status: applied
Description:
 Non-maintainer upload from DebCamp BSP.
 Fixed multiline string compilation error (Closes: #195059).
  Thanks to Rob Radez <rob@osinvestor.com>.

diff -Naur ttfprint-0.9-clean/debian/changelog ttfprint-0.9/debian/changelog
--- ttfprint-0.9-clean/debian/changelog	2003-07-16 20:49:24.000000000 +0200
+++ ttfprint-0.9/debian/changelog	2003-07-16 20:54:12.000000000 +0200
@@ -1,3 +1,11 @@
+ttfprint (0.9-5.1) unstable; urgency=low
+
+  * Non-maintainer upload from DebCamp BSP.
+  * Fixed multiline string compilation error (Closes: #195059).
+    Thanks to Rob Radez <rob@osinvestor.com>.
+
+ -- Guillem Jover <guillem@debian.org>  Wed, 16 Jul 2003 20:50:35 +0200
+
 ttfprint (0.9-5) unstable; urgency=low
 
   * Now Recommends the two new Big5 Arphic TTFs, and abandoned the
diff -Naur ttfprint-0.9-clean/ttfprint.c ttfprint-0.9/ttfprint.c
--- ttfprint-0.9-clean/ttfprint.c	2003-07-16 20:49:24.000000000 +0200
+++ ttfprint-0.9/ttfprint.c	2003-07-16 20:50:25.000000000 +0200
@@ -990,7 +990,7 @@
     {
     if ((fax_nr == NULL) && (fax_spool == NULL))
       {
-      fprintf (outf,"\n\nThis message is automatic generated by ttfprint\n\n
+      fprintf (outf,"\n\nThis message is automatic generated by ttfprint\n\n\
 Your Job \"%s\" is sucessfully printed (or generated).\n\n",name);
       
       while (comm != NULL)
