summaryrefslogtreecommitdiff
path: root/notifier/testnotify.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-11-08 00:30:03 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-11-08 00:30:03 +0000
commita2326b5b72c5117a00d4342dde8e4d20ff41defe (patch)
treeecd2d60a15f7bad184a6f6e7c20f846e8a4cfadf /notifier/testnotify.c
parentd7225fc298cb8397b85758198e70fc5399a44720 (diff)
Merge changes from CUPS 1.6svn-r10112.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3486 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'notifier/testnotify.c')
-rw-r--r--notifier/testnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier/testnotify.c b/notifier/testnotify.c
index 7e91f18cb..faa846d08 100644
--- a/notifier/testnotify.c
+++ b/notifier/testnotify.c
@@ -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 " : "",