0023445: EDF 14284 - Problem with Dump Python

This commit is contained in:
vsr 2017-08-21 15:11:28 +03:00
parent 9712b7e668
commit 4d8c002472

View File

@ -1853,7 +1853,7 @@ void PublishObject (TObjectData& theObjectData,
// store aCreationCommand before publishing commands // store aCreationCommand before publishing commands
int tag = GetTag(theObjectData._entry); int tag = GetTag(theObjectData._entry);
theEntryToCmdMap.insert( std::make_pair( tag + 2*theEntry2ObjData.size(), aCreationCommand )); theEntryToCmdMap.insert( std::make_pair( tag + -2*theEntry2ObjData.size(), aCreationCommand ));
} }
// make a command // make a command