MAINT-7626 EOF fix

master
AndreyL ProductEngine 2018-05-18 02:51:09 +03:00
parent bbbcd6102a
commit c9bb75e335
2 changed files with 4 additions and 2 deletions

View File

@ -471,4 +471,5 @@ S32 copy_file(const std::string& from, const std::string& to)
if(out) fclose(out);
return rv;
}
#endif
#endif

View File

@ -406,4 +406,5 @@ std::string LLXfer_VFile::getFileName()
U32 LLXfer_VFile::getXferTypeTag()
{
return LLXfer::XFER_VFILE;
}
}