mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-21 13:20:12 +01:00
[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:
parent
d0f41b92bf
commit
931556005a
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue