diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /notifier/testnotify.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'notifier/testnotify.c')
-rw-r--r-- | notifier/testnotify.c | 6 |
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 $". */ |