]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - notifier/mailto.c
Update svn:keyword properties.
[thirdparty/cups.git] / notifier / mailto.c
index 7ee15519d54340a6208535e2936904c0b81ab96f..7b2f8a1a2b0dd925bb77810c00881aba6280f845 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: mailto.c 7460 2008-04-16 02:19:54Z mike $"
+ * "$Id$"
  *
  *   "mailto" notifier for CUPS.
  *
@@ -632,7 +632,7 @@ print_attributes(ipp_t *ipp,                /* I - IPP request */
       fprintf(stderr, "DEBUG: %*s%s:\n\n", indent - 4, "", ippTagString(group));
     }
 
-    _ippAttrString(attr, buffer, sizeof(buffer));
+    ippAttributeString(attr, buffer, sizeof(buffer));
 
     fprintf(stderr, "DEBUG: %*s%s (%s%s) %s", indent, "", attr->name,
             attr->num_values > 1 ? "1setOf " : "",
@@ -642,5 +642,5 @@ print_attributes(ipp_t *ipp,                /* I - IPP request */
 
 
 /*
- * End of "$Id: mailto.c 7460 2008-04-16 02:19:54Z mike $".
+ * End of "$Id$".
  */