diff options
author | Siri Hansen <[email protected]> | 2013-11-15 10:52:14 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-11-15 10:52:14 +0100 |
commit | 9315ebe52626e7320e1de14d704ec5e3c7d72d1c (patch) | |
tree | b56df735adb24b91e19d4f1fe4118f1c83f06751 /erts/lib/internal | |
parent | 19aedb5c0cb956e51b24fbba4923520efe7bf54b (diff) | |
download | otp-9315ebe52626e7320e1de14d704ec5e3c7d72d1c.tar.gz otp-9315ebe52626e7320e1de14d704ec5e3c7d72d1c.tar.bz2 otp-9315ebe52626e7320e1de14d704ec5e3c7d72d1c.zip |
Fix bug with backslash in erl_prim_loader:normalize/1
This function normalizes a path:
* convert atoms to strings
* flatten strings
* convert backslash to a forward slash
The bugfix is to only convert backslashes to forward slashes on
windows and not on any other platforms.
Diffstat (limited to 'erts/lib/internal')
0 files changed, 0 insertions, 0 deletions