1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

do not add them.

This commit is contained in:
Alain Magloire 2003-08-26 15:53:57 +00:00
parent e3e45fd5fe
commit 0024353521

View file

@ -310,7 +310,7 @@ public class VariableManager extends SessionObject implements ICDIVariableManage
obj.getPosition(),
obj.getStackDepth());
vo.setCastingArrayStart(obj.getCastingArrayStart() + start);
vo.setCastingArrayEnd(obj.getCastingArrayEnd() + length);
vo.setCastingArrayEnd(length);
return vo;
}
throw new CDIException("Unknown variable object");