fixed bug with searching in sorted arrays

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-04-11 22:05:24 +00:00
parent dc7219d2e1
commit 4365da58c8
2 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ All:
wxBase:
- added Watcom makefiles
- fixed bug with searching in sorted arrays (J<>rgen Palm)
All GUI ports: