X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=systemv%2Fcancel.c;h=2d1a18d1cd910eb828643b0f04c782acd4443769;hp=f6d4aed0a762dd81dabe324f19ef7779865d075a;hb=d09495fadd23469999a64b1812ffb880bf4372de;hpb=8ca02f3c0539293422509d03219786fb6d7db48b diff --git a/systemv/cancel.c b/systemv/cancel.c index f6d4aed0a..2d1a18d1c 100644 --- a/systemv/cancel.c +++ b/systemv/cancel.c @@ -1,5 +1,5 @@ /* - * "$Id: cancel.c 5696 2006-06-26 18:34:20Z mike $" + * "$Id: cancel.c 5833 2006-08-16 20:05:58Z mike $" * * "cancel" command for the Common UNIX Printing System (CUPS). * @@ -60,6 +60,8 @@ main(int argc, /* I - Number of command-line arguments */ ipp_op_t op; /* Operation */ + _cupsSetLocale(); + /* * Setup to cancel individual print jobs... */ @@ -390,5 +392,5 @@ main(int argc, /* I - Number of command-line arguments */ /* - * End of "$Id: cancel.c 5696 2006-06-26 18:34:20Z mike $". + * End of "$Id: cancel.c 5833 2006-08-16 20:05:58Z mike $". */