Commit a1729b00 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=27559

дозаливка к 59567

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59682 954022d7-b5bf-4e40-9824-e11837661b57
parent 3638b101
......@@ -9724,7 +9724,7 @@ function Binary_oMathReader(stream)
{
var aUnicodes = [];
if (length > 0)
aUnicodes = convertUTF16toUnicode(this.stream.GetString2());
aUnicodes = convertUTF16toUnicode(this.stream.GetString2LE(length));
for (var nPos = 0, nCount = aUnicodes.length; nPos < nCount; ++nPos)
{
......
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