1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

getGlobals was checking the wrong list.

This commit is contained in:
Ken Ryall 2007-06-05 03:20:00 +00:00
parent 34bb553c49
commit bce3a119c2

View file

@ -1372,7 +1372,7 @@ public class CDebugTarget extends CDebugElement implements ICDebugTarget, ICDIEv
} }
} }
// otherwise ask the binary // otherwise ask the binary
if (globals.length == 0) if (list.size() == 0)
{ {
IBinaryObject file = getBinaryFile(); IBinaryObject file = getBinaryFile();
if (file != null) { if (file != null) {