summaryrefslogtreecommitdiff
path: root/backend/parallel.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-29 16:52:03 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-29 16:52:03 +0000
commita4d045870e17abe8840b77615c0d59f4b332ee31 (patch)
tree156a1bf6d89ea7d14d78d947a205f7317f4e0a9d /backend/parallel.c
parent09ec001812911f8890dad0f164ab9098e22208cf (diff)
downloadcups-a4d045870e17abe8840b77615c0d59f4b332ee31.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@39 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/parallel.c')
-rw-r--r--backend/parallel.c9
1 files changed, 5 insertions, 4 deletions
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 $".
*/