Commit 27c02f38 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

.....

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63093 954022d7-b5bf-4e40-9824-e11837661b57
parent 7593c472
......@@ -84,7 +84,6 @@ static const struct ActionNames
void CSvmFile::PlayMetaFile()
{
m_bError = false;
m_oStream.SeekToStart();
// Check the signature "VCLMTF"
......@@ -92,7 +91,7 @@ void CSvmFile::PlayMetaFile()
if (start != "VCLMTF")
{
m_bError = true;
SetError();
return;
}
m_oStream.Skip(6);
......
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