]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix compile error.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 28 Oct 2015 16:45:50 +0000 (16:45 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 28 Oct 2015 16:45:50 +0000 (16:45 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12950 a1ca3aef-8c08-0410-bb20-df032aa958be

test/ipptool.c

index cd1f642b1cf4ec3456837faff4f4fcd6c0933509..9f4551566a12e9f91f2b4d8a77b7fe726900d0f9 100644 (file)
@@ -3996,7 +3996,7 @@ get_string(ipp_attribute_t *attr, /* I - IPP attribute */
       if ((ptr = hostname + strlen(hostname) - 1) >= hostname && *ptr == '.')
        *ptr = '\0';
 
-      httpAssembleURI(HTTP_URI_CODING_ALL, buffer, bufsize, scheme, userpass, hostname, port, resource);
+      httpAssembleURI(HTTP_URI_CODING_ALL, buffer, (int)bufsize, scheme, userpass, hostname, port, resource);
     }
 
     return (buffer);