XFLAIM. Fixed bug in storeTextAsBinary().

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@986 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-10-12 18:25:12 +00:00
parent 8639be36eb
commit 03638631a6

View File

@@ -3305,7 +3305,7 @@ RCODE F_DOMNode::storeTextAsBinary(
if( RC_BAD( rc = setBinary(
(IF_Db *)pDb, dynaBuf.getBufferPtr(),
dynaBuf.getDataLength(), uiEncDefId)))
dynaBuf.getDataLength(), TRUE, uiEncDefId)))
{
goto Exit;
}