From 1261ca01cece96eb4f4e1a16f3ed6433079cc7d4 Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 23 Oct 2015 15:02:21 +0000 Subject: [PATCH] Get rid of compiler warning... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12906 a1ca3aef-8c08-0410-bb20-df032aa958be --- backend/dnssd.c | 8 ++------ doc/help/man-cups-lpd.html | 2 +- doc/help/man-cups-snmp.html | 2 +- doc/help/man-cupsaddsmb.html | 2 +- doc/help/man-cupsd.html | 4 ++-- doc/help/man-lpoptions.html | 2 +- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/backend/dnssd.c b/backend/dnssd.c index 9afdecfe8..33a6f70d8 100644 --- a/backend/dnssd.c +++ b/backend/dnssd.c @@ -1050,9 +1050,7 @@ query_callback( "interfaceIndex=%d, errorCode=%d, fullName=\"%s\", " "rrtype=%u, rrclass=%u, rdlen=%u, rdata=%p, ttl=%u, " "context=%p)\n", - sdRef, flags, interfaceIndex, errorCode, - fullName ? fullName : "(null)", rrtype, rrclass, rdlen, rdata, ttl, - context); + sdRef, flags, interfaceIndex, errorCode, fullName, rrtype, rrclass, rdlen, rdata, ttl, context); /* * Only process "add" data... @@ -1065,9 +1063,7 @@ query_callback( fprintf(stderr, "DEBUG2: query_callback(browser=%p, interfaceIndex=%d, " "protocol=%d, event=%d, fullName=\"%s\", rrclass=%u, " "rrtype=%u, rdata=%p, rdlen=%u, flags=%x, context=%p)\n", - browser, interfaceIndex, protocol, event, - fullName ? fullName : "(null)", rrclass, rrtype, rdata, - (unsigned)rdlen, flags, context); + browser, interfaceIndex, protocol, event, fullName, rrclass, rrtype, rdata, (unsigned)rdlen, flags, context); /* * Only process "add" data... diff --git a/doc/help/man-cups-lpd.html b/doc/help/man-cups-lpd.html index 697518ac0..b4f1184e0 100644 --- a/doc/help/man-cups-lpd.html +++ b/doc/help/man-cups-lpd.html @@ -108,7 +108,7 @@ service using the corresponding control program. CUPS Online Help (http://localhost:631/help), RFC 2569

Copyright

-Copyright © 2007-2015 by Apple Inc. +Copyright © 2007-2014 by Apple Inc. diff --git a/doc/help/man-cups-snmp.html b/doc/help/man-cups-snmp.html index faa57639d..06a48133f 100644 --- a/doc/help/man-cups-snmp.html +++ b/doc/help/man-cups-snmp.html @@ -48,7 +48,7 @@ The CUPS SNMP backend uses the information from the Host, Printer, and Port Moni lpinfo(8), CUPS Online Help (http://localhost:631/help)

Copyright

-Copyright © 2007-2015 by Apple Inc. +Copyright © 2007-2014 by Apple Inc. diff --git a/doc/help/man-cupsaddsmb.html b/doc/help/man-cupsaddsmb.html index cb2901e27..622d30a7d 100644 --- a/doc/help/man-cupsaddsmb.html +++ b/doc/help/man-cupsaddsmb.html @@ -115,7 +115,7 @@ This is useful for debugging SAMBA configuration problems. smb.conf(5), CUPS Online Help (http://localhost:631/help)

Copyright

-Copyright © 2007-2015 by Apple Inc. +Copyright © 2007-2014 by Apple Inc. diff --git a/doc/help/man-cupsd.html b/doc/help/man-cupsd.html index de1294217..8f90f447c 100644 --- a/doc/help/man-cupsd.html +++ b/doc/help/man-cupsd.html @@ -14,7 +14,7 @@ cupsd - cups scheduler [ -c config-file -] [ +] [ -f ] [ -F @@ -111,7 +111,7 @@ in the foreground with a test configuration file called systemd(8), CUPS Online Help (http://localhost:631/help)

Copyright

-Copyright © 2007-2015 by Apple Inc. +Copyright © 2007-2014 by Apple Inc. diff --git a/doc/help/man-lpoptions.html b/doc/help/man-lpoptions.html index 0aeed451d..2e171296b 100644 --- a/doc/help/man-lpoptions.html +++ b/doc/help/man-lpoptions.html @@ -119,7 +119,7 @@ The lpoptions command is unique to CUPS. lprm(1), CUPS Online Help (http://localhost:631/help)

Copyright

-Copyright © 2007-2015 by Apple Inc. +Copyright © 2007-2014 by Apple Inc. -- 2.39.2