replaced fts variants with a single fts

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:02 +02:00
parent 8518f97ded
commit f7d580fa9c
12 changed files with 65 additions and 73 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ namespace dialog {
string disp(ld x) {
if(dialogflags & sm::HEXEDIT) return "0x" + itsh(x);
else if(ne.intval) return its(ldtoint(x));
else if(ne.vmax-ne.vmin < 1) return fts4(x); else return fts(x); }
else return fts(x); }
reaction_t reaction;
reaction_t reaction_final;