adding r= comment by sicking from the trunk checkin of the trivialities to the branch
git-svn-id: svn://10.0.0.236/branches/XSLTPROCESSOR_REFACTOR_20020630_BRANCH@128450 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -176,7 +176,7 @@ TxObject* txExpandedNameMap::remove(const txExpandedName& aKey)
|
||||
}
|
||||
--mItemCount;
|
||||
if (i != mItemCount) {
|
||||
memmove(&mItems[i], &mItems[mItemCount], sizeof(MapItem));
|
||||
memcpy(&mItems[i], &mItems[mItemCount], sizeof(MapItem));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user