mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-09 11:52:23 +00:00
dialogs:: itsh(ld) fixed
This commit is contained in:
@@ -712,7 +712,7 @@ EX namespace dialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX string disp(ld x) {
|
EX string disp(ld x) {
|
||||||
if(dialogflags & sm::HEXEDIT) return "0x" + itsh(x);
|
if(dialogflags & sm::HEXEDIT) return "0x" + itsh((unsigned long long)(x));
|
||||||
else if(ne.intval) return its(ldtoint(x));
|
else if(ne.intval) return its(ldtoint(x));
|
||||||
else return fts(x); }
|
else return fts(x); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user