Fix a compile warning that appears on redhat

This commit is contained in:
baldurk
2021-09-27 10:00:50 +01:00
parent 8c5792f412
commit 552621a87f
+1 -1
View File
@@ -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)