X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=systemv%2Fcupsaddsmb.c;h=9e246b770588a4ce23e856fed1522578e394657f;hb=07725fee410af68be5081d9b1af3536eff5326b8;hp=69d80ae51bb4838ac887d3cc3bbb1d66444da861;hpb=d09495fadd23469999a64b1812ffb880bf4372de;p=thirdparty%2Fcups.git diff --git a/systemv/cupsaddsmb.c b/systemv/cupsaddsmb.c index 69d80ae51..9e246b770 100644 --- a/systemv/cupsaddsmb.c +++ b/systemv/cupsaddsmb.c @@ -1,5 +1,5 @@ /* - * "$Id: cupsaddsmb.c 5833 2006-08-16 20:05:58Z mike $" + * "$Id: cupsaddsmb.c 5926 2006-09-05 20:45:47Z mike $" * * "cupsaddsmb" command for the Common UNIX Printing System (CUPS). * @@ -78,7 +78,7 @@ main(int argc, /* I - Number of command-line arguments */ cups_dest_t *dests; /* Printers */ - _cupsSetLocale(); + _cupsSetLocale(argv); /* * Parse command-line arguments... @@ -294,5 +294,5 @@ usage(void) /* - * End of "$Id: cupsaddsmb.c 5833 2006-08-16 20:05:58Z mike $". + * End of "$Id: cupsaddsmb.c 5926 2006-09-05 20:45:47Z mike $". */