X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.c;h=d1f32ddcb650838f6022d6386d79edf81d496a0e;hp=2df1835d1b4764e25b4d2bbd0f7d25a0c6bfa184;hb=921d0fc99df63031b0d183c82f510e6e97f24a30;hpb=d754fa67f418cac48a6722d4d6e44d16fee64648 diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 2df1835..d1f32dd 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -4004,12 +4004,7 @@ void rrd_graph_init( #ifdef HAVE_TZSET tzset(); #endif -#ifdef HAVE_SETLOCALE - setlocale(LC_TIME, ""); -#ifdef HAVE_MBSTOWCS - setlocale(LC_CTYPE, ""); -#endif -#endif + im->base = 1000; im->daemon_addr = NULL; im->draw_x_grid = 1;