[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!
This commit is contained in:
Chris Wilson 2008-12-18 21:57:19 +00:00
parent d0f41b92bf
commit 931556005a

View file

@ -64,10 +64,6 @@ fi
LD_PRELOAD=@libdir@/cairo/cairo-trace.so LD_PRELOAD=@libdir@/cairo/cairo-trace.so
export LD_PRELOAD export LD_PRELOAD
# Force the decimal output to the 'C' locale
LC_ALL=C
export LC_ALL
if test -n "$nocallers"; then if test -n "$nocallers"; then
CAIRO_TRACE_LINE_INFO=0 CAIRO_TRACE_LINE_INFO=0
export CAIRO_TRACE_LINE_INFO export CAIRO_TRACE_LINE_INFO