mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
trivial fix
This commit is contained in:
parent
0f020127f3
commit
a4ec3cdf0b
@ -31,7 +31,7 @@ bool
|
||||
CDirectory::WriteDirFile(const char *filename)
|
||||
{
|
||||
int fd;
|
||||
ssize_t n;
|
||||
size_t n;
|
||||
fd = CFileMgr::OpenFileForWriting(filename);
|
||||
n = CFileMgr::Write(fd, (char*)entries, numEntries*sizeof(DirectoryInfo));
|
||||
CFileMgr::CloseFile(fd);
|
||||
|
Loading…
Reference in New Issue
Block a user