mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
51eb5168e8
The old comments about using i128 logic were still there even though we are no longer using that approach and the output type was very much misleadingly a u64 printed to the console (but via `%d` so it was ultimately shown as an i64). Be explicit about the resulting being a valid i64 value before passing it to the sprintf!() macro. Also add comments about the safety of the final `unwrap()` operation. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml |