Resloves aSort Bug
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990610-09:30 CET Patrick Mast (Changes made by Jose Lalin)
|
||||
* source/rtl/asort.prg
|
||||
Resloved bug (Changed line 28 )
|
||||
|
||||
19990610-10:30 Alexander Kresin ( files posted by Marek Horodyski )
|
||||
+ source/rtl/natmsg/msgpl852.c
|
||||
+ source/rtl/natmsg/msgplmaz.c
|
||||
|
||||
@@ -25,7 +25,7 @@ function QuickSort( aSort, nLeft, nRight, bOrder )
|
||||
|
||||
local nUp := nLeft
|
||||
local nDown := nRight
|
||||
local xMiddle := aSort[ ( nLeft + nRight ) / 2 ]
|
||||
local xMiddle := aSort[ int ( ( nLeft + nRight ) / 2 ) ]
|
||||
local xTemp
|
||||
local lOk := .T.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user