mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fix a compile warning that appears on redhat
This commit is contained in:
@@ -232,7 +232,7 @@ private:
|
||||
char result[2048] = {0};
|
||||
fread(result, 1, 2047, f);
|
||||
|
||||
fclose(f);
|
||||
::pclose(f);
|
||||
|
||||
char *line2 = strchr(result, '\n');
|
||||
if(line2)
|
||||
|
||||
Reference in New Issue
Block a user