summaryrefslogtreecommitdiff
path: root/tnslc/parse/token.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/parse/token.tnsl')
-rw-r--r--tnslc/parse/token.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/parse/token.tnsl b/tnslc/parse/token.tnsl
index 43a2e80..c2c3d89 100644
--- a/tnslc/parse/token.tnsl
+++ b/tnslc/parse/token.tnsl
@@ -237,7 +237,7 @@
/; loop (i < len dat`) [i++]
/; if (!is_digit(dat`{i}) && dec)
/; if (dat`{i} == '.')
- /; if (flt || !dec)
+ /; if (flt)
;return false
;/
;flt = true