summaryrefslogtreecommitdiff
path: root/berkeley/lpc.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-08-30 16:09:13 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-08-30 16:09:13 +0000
commitd09495fadd23469999a64b1812ffb880bf4372de (patch)
treea6f43f6010b7194f777264b0b3659a6f244bc6bb /berkeley/lpc.c
parent8ca02f3c0539293422509d03219786fb6d7db48b (diff)
downloadcups-d09495fadd23469999a64b1812ffb880bf4372de.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@211 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'berkeley/lpc.c')
-rw-r--r--berkeley/lpc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/berkeley/lpc.c b/berkeley/lpc.c
index 271d60477..c00a23a7a 100644
--- a/berkeley/lpc.c
+++ b/berkeley/lpc.c
@@ -1,5 +1,5 @@
/*
- * "$Id: lpc.c 5023 2006-01-29 14:39:44Z mike $"
+ * "$Id: lpc.c 5833 2006-08-16 20:05:58Z mike $"
*
* "lpc" command for the Common UNIX Printing System (CUPS).
*
@@ -65,6 +65,8 @@ main(int argc, /* I - Number of command-line arguments */
*params; /* Pointer to parameters */
+ _cupsSetLocale();
+
/*
* Connect to the scheduler...
*/
@@ -518,5 +520,5 @@ show_status(http_t *http, /* I - HTTP connection to server */
/*
- * End of "$Id: lpc.c 5023 2006-01-29 14:39:44Z mike $".
+ * End of "$Id: lpc.c 5833 2006-08-16 20:05:58Z mike $".
*/