Changed: Minor changes

--HG--
branch : develop
This commit is contained in:
kervala 2016-01-23 10:18:23 +01:00
parent 19aa093ea8
commit e2cc9e622e
2 changed files with 2 additions and 2 deletions

View file

@ -129,12 +129,12 @@ bool CBigFile::add (const std::string &sBigFileName, uint32 nOptions)
bnp.BigFileName= sBigFileName;
// Allocate a new ThreadSafe FileId for this bnp.
bnp.ThreadFileId= _ThreadFileArray.allocate();
// Get a ThreadSafe handle on the file
CHandleFile &handle= _ThreadFileArray.get(bnp.ThreadFileId);
// Open the big file.
handle.File = fopen (sBigFileName.c_str(), "rb");
if (handle.File == NULL)