Debugger GDBMI: Fix checking for handle to gdb (unix)

git-svn-id: trunk@48437 -
This commit is contained in:
martin 2015-03-20 20:13:54 +00:00
parent 1a4529c1d8
commit ed83f63c99

View File

@ -198,7 +198,7 @@ begin
if R > 0
then begin
for n := 0 to Count do
if (AHandles[n] <> 0)
if (AHandles[n] >= 0)
and (FpFD_ISSET(AHandles[n],FDSWait)=1)
then begin
Result := Result or 1 shl n;