mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +00:00
aa46e7b27c
Prior to this change, wcstoi("0x") would fail with missing digits. However strtoul will "backtrack" to return just the 0 and leave the x as the remainder. Implement this behavior. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml |