Commit 5f0e6349 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent d5866980
......@@ -480,7 +480,7 @@ namespace formulasconvert {
else
{
size_t sz_workstr = workstr.length();
if (workstr.substr(0, std::min((size_t)3, sz_workstr)) == L"of:")//sample_02neu_crashes.ods
if (workstr.substr(0, (std::min)((size_t)3, sz_workstr)) == L"of:")//sample_02neu_crashes.ods
workstr = workstr.substr(3);
}
......
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