]> git.mxchange.org Git - simgear.git/commit
Don't parse a single "e" or "E" as a numerical zero. You need a
authorandy <andy>
Tue, 22 Mar 2005 20:28:47 +0000 (20:28 +0000)
committerandy <andy>
Tue, 22 Mar 2005 20:28:47 +0000 (20:28 +0000)
commit3a8b431a5b07baa98ea9d5d6d1a3512425035049
tree9ea97b38a2ef81bde2b201d55062373f174c6110
parent3ce0c1723753ca3a76489bc750f6da538ccca454
Don't parse a single "e" or "E" as a numerical zero.  You need a
numerical prefix to use the 1.0e12 notation, "e" alone is not enough.
simgear/nasal/string.c