mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-23 19:48:42 +00:00
dialogs:: itsh(ld) fixed
This commit is contained in:
+1
-1
@@ -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