2007-08-19 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* source/rtl/tget.prg
     ! Fixed bug where negative number in get buffer beginning 
       with a decimal sign was erroneously converted back to 
       a numeric. (like: -.58)
     % Minor optimization in @E handling.
This commit is contained in:
Viktor Szakats
2007-08-19 11:03:14 +00:00
parent 6dc4bbc386
commit dc32c65541

View File

@@ -10,7 +10,7 @@
2007-08-19 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/tget.prg
! Fixed bug where negativ number in ge buffer beginning
! Fixed bug where negative number in get buffer beginning
with a decimal sign was erroneously converted back to
a numeric. (like: -.58)
% Minor optimization in @E handling.