]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/lp.c
Load cups into easysw/current.
[thirdparty/cups.git] / systemv / lp.c
index ee2ac802bd8216448eb4d8d37efa1c4da10ca07c..8a38c67bf285bac67c57f3426ce8fd99c6c9cd40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: lp.c 5235 2006-03-06 13:02:23Z mike $"
+ * "$Id: lp.c 5833 2006-08-16 20:05:58Z mike $"
  *
  *   "lp" command for the Common UNIX Printing System (CUPS).
  *
@@ -117,6 +117,8 @@ main(int  argc,                             /* I - Number of command-line arguments */
     return (0);
 #endif /* __sun */
 
+  _cupsSetLocale();
+
   silent      = 0;
   printer     = NULL;
   num_dests   = 0;
@@ -838,5 +840,5 @@ sighandler(int s)                   /* I - Signal number */
 
 
 /*
- * End of "$Id: lp.c 5235 2006-03-06 13:02:23Z mike $".
+ * End of "$Id: lp.c 5833 2006-08-16 20:05:58Z mike $".
  */