]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x change.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 13 May 2003 14:50:54 +0000 (14:50 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 13 May 2003 14:50:54 +0000 (14:50 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3719 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/ipp.c

index 4eb22ebe6b0abe7a60db092a4260df4ffde0f9d2..93d6c3af6176c922628ee58d0c8bfa60f7bbe986 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ipp.c,v 1.127.2.69 2003/05/12 21:13:22 mike Exp $"
+ * "$Id: ipp.c,v 1.127.2.70 2003/05/13 14:50:54 mike Exp $"
  *
  *   IPP routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -2023,7 +2023,7 @@ copy_attribute(ipp_t           *to,       /* O - Destination request/response */
   switch (attr->value_tag & ~IPP_TAG_COPY)
   {
     case IPP_TAG_ZERO :
-        ippAddSeparator(to);
+        toattr = ippAddSeparator(to);
        break;
 
     case IPP_TAG_INTEGER :
@@ -6741,5 +6741,5 @@ validate_user(client_t   *con,            /* I - Client connection */
 
 
 /*
- * End of "$Id: ipp.c,v 1.127.2.69 2003/05/12 21:13:22 mike Exp $".
+ * End of "$Id: ipp.c,v 1.127.2.70 2003/05/13 14:50:54 mike Exp $".
  */