summaryrefslogtreecommitdiff
path: root/notifier/testnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'notifier/testnotify.c')
-rw-r--r--notifier/testnotify.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/notifier/testnotify.c b/notifier/testnotify.c
index e8bb8f5a..880b51d9 100644
--- a/notifier/testnotify.c
+++ b/notifier/testnotify.c
@@ -1,5 +1,5 @@
/*
- * "$Id: testnotify.c 9499 2011-01-19 21:38:13Z mike $"
+ * "$Id: testnotify.c 10097 2011-11-02 05:35:38Z mike $"
*
* Test notifier for CUPS.
*
@@ -113,7 +113,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 " : "",
@@ -123,5 +123,5 @@ print_attributes(ipp_t *ipp, /* I - IPP request */
/*
- * End of "$Id: testnotify.c 9499 2011-01-19 21:38:13Z mike $".
+ * End of "$Id: testnotify.c 10097 2011-11-02 05:35:38Z mike $".
*/