mirror of
https://github.com/pdewacht/brlaser
synced 2025-04-06 04:46:44 +02:00
setlocale shouldn't be needed
This commit is contained in:
parent
8007996fe7
commit
4209526ef0
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <locale.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <cups/raster.h>
|
#include <cups/raster.h>
|
||||||
@ -143,8 +142,6 @@ int main(int argc, char *argv[]) {
|
|||||||
const char *job_filename = argv[6];
|
const char *job_filename = argv[6];
|
||||||
// const char *job_charset = getenv("CHARSET");
|
// const char *job_charset = getenv("CHARSET");
|
||||||
|
|
||||||
setlocale(LC_ALL, "");
|
|
||||||
|
|
||||||
signal(SIGTERM, sigterm_handler);
|
signal(SIGTERM, sigterm_handler);
|
||||||
signal(SIGPIPE, SIG_IGN);
|
signal(SIGPIPE, SIG_IGN);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user