From a4d045870e17abe8840b77615c0d59f4b332ee31 Mon Sep 17 00:00:00 2001 From: jlovell Date: Sun, 29 Jan 2006 16:52:03 +0000 Subject: Load cups into easysw/current. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@39 a1ca3aef-8c08-0410-bb20-df032aa958be --- backend/parallel.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'backend/parallel.c') diff --git a/backend/parallel.c b/backend/parallel.c index d80f8e214..d1a85a0bb 100644 --- a/backend/parallel.c +++ b/backend/parallel.c @@ -1,5 +1,5 @@ /* - * "$Id: parallel.c 4906 2006-01-10 20:53:28Z mike $" + * "$Id: parallel.c 5023 2006-01-29 14:39:44Z mike $" * * Parallel port backend for the Common UNIX Printing System (CUPS). * @@ -174,8 +174,9 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ * Extract the device name and options from the URI... */ - httpSeparateURI(argv[0], method, sizeof(method), username, sizeof(username), - hostname, sizeof(hostname), &port, + httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv), + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, resource, sizeof(resource)); /* @@ -727,5 +728,5 @@ list_devices(void) /* - * End of "$Id: parallel.c 4906 2006-01-10 20:53:28Z mike $". + * End of "$Id: parallel.c 5023 2006-01-29 14:39:44Z mike $". */ -- cgit v1.2.1