MAINT-7626 EOF fix
parent
bbbcd6102a
commit
c9bb75e335
|
|
@ -471,4 +471,5 @@ S32 copy_file(const std::string& from, const std::string& to)
|
|||
if(out) fclose(out);
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -406,4 +406,5 @@ std::string LLXfer_VFile::getFileName()
|
|||
U32 LLXfer_VFile::getXferTypeTag()
|
||||
{
|
||||
return LLXfer::XFER_VFILE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue