From dc32c65541acc3c1df4043b423a19fd2239023f7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 19 Aug 2007 11:03:14 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 23b58d4ff2..939c24bd80 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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.