]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix banner pages.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 16 Apr 2003 20:54:34 +0000 (20:54 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 16 Apr 2003 20:54:34 +0000 (20:54 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3629 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/ipp.c

index 47365970993794e6f61cec82ef8a2c691f740295..06d8d1250eca72e77d1c7fd2ea7406a57811a9e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ipp.c,v 1.127.2.62 2003/04/16 20:32:38 mike Exp $"
+ * "$Id: ipp.c,v 1.127.2.63 2003/04/16 20:54:34 mike Exp $"
  *
  *   IPP routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -2346,7 +2346,7 @@ copy_banner(client_t   *con,      /* I - Client connection */
         * Ignore { followed by stuff that is not an attribute name...
        */
 
-        cupsFilePrintf(out, "{%s}", attrname);
+        cupsFilePrintf(out, "{%s", attrname);
        continue;
       }
 
@@ -6617,5 +6617,5 @@ validate_user(client_t   *con,            /* I - Client connection */
 
 
 /*
- * End of "$Id: ipp.c,v 1.127.2.62 2003/04/16 20:32:38 mike Exp $".
+ * End of "$Id: ipp.c,v 1.127.2.63 2003/04/16 20:54:34 mike Exp $".
  */