]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/accept.c
Load cups into easysw/current.
[thirdparty/cups.git] / systemv / accept.c
index 5757a39a8a3a79798d59d7083a52bd8ed7a53932..f13d4b409b6a510cd41674da9fccc9a2e1eef0c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: accept.c 5833 2006-08-16 20:05:58Z mike $"
+ * "$Id: accept.c 5926 2006-09-05 20:45:47Z mike $"
  *
  *   "accept", "disable", "enable", and "reject" commands for the Common
  *   UNIX Printing System (CUPS).
@@ -58,7 +58,7 @@ main(int  argc,                               /* I - Number of command-line arguments */
   int          cancel;                 /* Cancel jobs? */
 
 
-  _cupsSetLocale();
+  _cupsSetLocale(argv);
 
  /*
   * See what operation we're supposed to do...
@@ -288,5 +288,5 @@ main(int  argc,                             /* I - Number of command-line arguments */
 
 
 /*
- * End of "$Id: accept.c 5833 2006-08-16 20:05:58Z mike $".
+ * End of "$Id: accept.c 5926 2006-09-05 20:45:47Z mike $".
  */