2002-07-12 18:58 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -1960,8 +1960,10 @@ static function DoCommand( o,cCommand )
|
||||
|
||||
for i := 1 to nLocals
|
||||
vtmp := __mvGet( o:aCallStack[1][2][i][1] )
|
||||
if vtmp != __vmVarLGet( nProcLevel, o:aCallStack[1][2][i][2] )
|
||||
__vmVarLSet( nProcLevel, o:aCallStack[1][2][i][2], vtmp )
|
||||
if Valtype( vtmp ) != "A"
|
||||
if vtmp != __vmVarLGet( nProcLevel, o:aCallStack[1][2][i][2] )
|
||||
__vmVarLSet( nProcLevel, o:aCallStack[1][2][i][2], vtmp )
|
||||
endif
|
||||
endif
|
||||
next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user