From 931556005a1946c5e730afc7977551a2bc5be42c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 Dec 2008 21:57:19 +0000 Subject: [PATCH] [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! --- util/cairo-trace/cairo-trace.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/cairo-trace/cairo-trace.in b/util/cairo-trace/cairo-trace.in index b265b43d5..40c9d193c 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