Commit 1d0c8554 authored by Sergey Luzyanin's avatar Sergey Luzyanin

_WriteString1 -> _WriteString2 for title and description

parent ef40722d
......@@ -3711,8 +3711,8 @@ function CBinaryFileWriter()
oThis._WriteInt1(0, cNvPr.id);
oThis._WriteString1(1, cNvPr.name);
oThis._WriteBool1(2, cNvPr.isHidden);
oThis._WriteString1(3, cNvPr.title);
oThis._WriteString1(4, cNvPr.descr);
oThis._WriteString2(3, cNvPr.title);
oThis._WriteString2(4, cNvPr.descr);
oThis.WriteUChar(g_nodeAttributeEnd);
}
......
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