mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Linux compile fixes
This commit is contained in:
@@ -196,8 +196,7 @@ int renderdoccmd(int argc, char **argv)
|
||||
byte *jpgbuf = new byte[len];
|
||||
RENDERDOC_GetThumbnail(argv[2], jpgbuf, len);
|
||||
|
||||
FILE *f = NULL;
|
||||
fopen_s(&f, jpgname.c_str(), "wb");
|
||||
FILE *f = fopen(jpgname.c_str(), "wb");
|
||||
|
||||
if(!f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user