fix copier copying a copier

This commit is contained in:
Anthony Calosa
2016-08-14 14:28:14 +08:00
parent edb71dcef0
commit b7307adc10

View File

@@ -1466,7 +1466,7 @@ int AACopier::resolve()
if(_target->isToken || (_target->isACopier && _target->hasCopiedToken))
tokencopied = true;
if(tokencopied)
if(tokencopied && !_target->isACopier)
source->copy(_target->clone());
else
{