]> git.saurik.com Git - wxWidgets.git/commit
::IsNumber() returned FALSE if a + or - sign was the first character of the string...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 23 Feb 2000 23:11:53 +0000 (23:11 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 23 Feb 2000 23:11:53 +0000 (23:11 +0000)
commit2f74ed285965eaf401a4060507b5c80166dfc0f5
treea7046929d7460e1e5a68f1b21ce65853e2fd37ab
parent6be0044cf2dca1a5150752758a761959486c18bd
::IsNumber() returned FALSE if a + or - sign was the first character of the string.  "-123" should be considered a number

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/db.cpp
src/common/dbtable.cpp
src/common/string.cpp