Commit 6cc33614 authored by Maria Dimashova's avatar Maria Dimashova

fixed #916

parent 6d71817d
......@@ -1860,7 +1860,7 @@ string VocData::checkFilenamePathsep( const string filename, bool add_trailing_s
pos = filename_new.find("\\");
while (pos != filename_new.npos)
{
filename_new.replace(pos,2,"/");
filename_new.replace(pos,1,"/");
pos = filename_new.find("\\", pos);
}
if (add_trailing_slash)
......
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