Commit 39e41405 authored by Sergey Konovalov's avatar Sergey Konovalov

for save pivot

parent bd90de85
......@@ -114,11 +114,11 @@ namespace OOX
memcpy(m_pData, pData, nTreshold);
memcpy(m_pData + nTreshold, rIdAttr.c_str(), rIdAttr.length());
memcpy(m_pData + nTreshold + rIdAttr.length(), pData + nTreshold, length - nTreshold);
}
else
{
m_nDataLength = length;
m_pData = new BYTE[m_nDataLength];
memcpy(m_pData, pData, length);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment