Avoid tracing wide-char strings
commit50cdc0ac1e3e69142989c9aa2f27cbeb44ec6c3d
authorChris Robinson <chris.kcat@gmail.com>
Sat, 7 Feb 2015 12:19:50 +0000 (7 04:19 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 7 Feb 2015 12:19:50 +0000 (7 04:19 -0800)
tree8a166a5724be1f77818189c37abe6f4597e548ce
parent61743a3a0017c567ee62ab50c3da28a5ed2fed8d
Avoid tracing wide-char strings

Because on Windows, traced strings are written to a char string, which causes
UTF-16 strings to be converted to a narrow (non-UTF-8) encoding, potentially
losing characters.
Alc/alcConfig.c
Alc/helpers.c