Do not mess with the locale settings. The main program takes care of that (rrd_tool...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 12:00:23 +0000 (12:00 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 12:00:23 +0000 (12:00 +0000)
commit921d0fc99df63031b0d183c82f510e6e97f24a30
treecc10c3eccd9e8952239e555914fdeb0813934ae6
parentd754fa67f418cac48a6722d4d6e44d16fee64648
Do not mess with the locale settings. The main program takes care of that (rrd_tool.c calls setlocale(LC_ALL,"") already.
We do call setlocale on LC_NUMERIC a few times to get predictable number formats when parsing strings into floats, but apart from that the code is
written in a portable manner and can take whatever the local system supports.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1932 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c