summaryrefslogtreecommitdiff
path: root/systemv/lpmove.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-09-22 05:53:50 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-09-22 05:53:50 +0000
commit07725fee410af68be5081d9b1af3536eff5326b8 (patch)
treeca92ca1a59f3fee385fc07510272f1dcbff9b9f4 /systemv/lpmove.c
parentd09495fadd23469999a64b1812ffb880bf4372de (diff)
downloadcups-07725fee410af68be5081d9b1af3536eff5326b8.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@216 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/lpmove.c')
-rw-r--r--systemv/lpmove.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemv/lpmove.c b/systemv/lpmove.c
index 135343869..5545ddf9a 100644
--- a/systemv/lpmove.c
+++ b/systemv/lpmove.c
@@ -1,5 +1,5 @@
/*
- * "$Id: lpmove.c 5833 2006-08-16 20:05:58Z mike $"
+ * "$Id: lpmove.c 5926 2006-09-05 20:45:47Z mike $"
*
* "lpmove" command for the Common UNIX Printing System (CUPS).
*
@@ -66,7 +66,7 @@ main(int argc, /* I - Number of command-line arguments */
*dest; /* New destination */
- _cupsSetLocale();
+ _cupsSetLocale(argv);
dest = NULL;
dests = NULL;
@@ -235,5 +235,5 @@ move_job(http_t *http, /* I - HTTP connection to server */
/*
- * End of "$Id: lpmove.c 5833 2006-08-16 20:05:58Z mike $".
+ * End of "$Id: lpmove.c 5926 2006-09-05 20:45:47Z mike $".
*/