Commit af5b2984 authored by konovalovsergey's avatar konovalovsergey

FTStream2 -> TypedArray

parent 587eca5c
......@@ -202,7 +202,7 @@ function CreateDocumentData(szSrc)
var stream = null;
if (!isBase64)
{
stream = new CStream(szSrc.data, szSrc.size);
stream = new CStream(szSrc, szSrc.length);
return stream;
}
......
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