mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Linux compile fix
This commit is contained in:
@@ -319,7 +319,7 @@ namespace FileIO
|
||||
|
||||
char buffer[BUFSIZ];
|
||||
|
||||
while(!feof(ff))
|
||||
while(!::feof(ff))
|
||||
{
|
||||
size_t nread = ::fread(buffer, 1, BUFSIZ, ff);
|
||||
::fwrite(buffer, 1, nread, tf);
|
||||
|
||||
Reference in New Issue
Block a user