summaryrefslogtreecommitdiff
path: root/cups/testhttp.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-18 18:47:53 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-18 18:47:53 +0000
commit66ab9486ef18d7ba64b3560f8c865f740ce6cf49 (patch)
treef7fd8838683340810d5b286548dffead5202729e /cups/testhttp.c
parent1f0275e3cc0bc5fbe11e3bffd54581aa05c9c764 (diff)
Merge CUPS 1.4svn-r7762.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@868 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/testhttp.c')
-rw-r--r--cups/testhttp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/testhttp.c b/cups/testhttp.c
index 302d4fde5..7d676ae5d 100644
--- a/cups/testhttp.c
+++ b/cups/testhttp.c
@@ -464,7 +464,7 @@ main(int argc, /* I - Number of command-line arguments */
printf("_httpResolveURI(%s): ", argv[1]);
fflush(stdout);
- if (!_httpResolveURI(argv[1], resolved, sizeof(resolved)))
+ if (!_httpResolveURI(argv[1], resolved, sizeof(resolved), 0))
{
puts("FAIL");
return (1);