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:
axel%pike.org
2002-08-29 08:46:11 +00:00
parent b14c942de9
commit 07586351e6

View File

@@ -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));
}
}
}