summaryrefslogtreecommitdiff
path: root/util/cairo-trace
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-12-18 21:57:19 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-01-02 09:53:22 +0000
commit931556005a1946c5e730afc7977551a2bc5be42c (patch)
tree51c0122501ea6edef6190b6095983fcd4116f752 /util/cairo-trace
parentd0f41b92bf9a9ee313dde6f451b26fffb65a0906 (diff)
[trace] Remove the forced switching to C locale
This interferes with the application being traced. It is not clear from printf(3) whether "%.f" is locale dependent or not - but until we have a failure do not break applications unnecessarily!
Diffstat (limited to 'util/cairo-trace')
-rw-r--r--util/cairo-trace/cairo-trace.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/cairo-trace/cairo-trace.in b/util/cairo-trace/cairo-trace.in
index b265b43d..40c9d193 100644
--- a/util/cairo-trace/cairo-trace.in
+++ b/util/cairo-trace/cairo-trace.in
@@ -64,10 +64,6 @@ fi
LD_PRELOAD=@libdir@/cairo/cairo-trace.so
export LD_PRELOAD
-# Force the decimal output to the 'C' locale
-LC_ALL=C
-export LC_ALL
-
if test -n "$nocallers"; then
CAIRO_TRACE_LINE_INFO=0
export CAIRO_TRACE_LINE_INFO