This cast isn't needed, and probably breaks CXX_BUILD
This commit is contained in:
parent
1aa6ae1b38
commit
b9900b1fb8
|
@ -100,7 +100,7 @@ void retro_main_log_file_init(const char *path)
|
||||||
log_file_initialized = true;
|
log_file_initialized = true;
|
||||||
|
|
||||||
/* TODO: this is only useful for a few platforms, find which and add ifdef */
|
/* TODO: this is only useful for a few platforms, find which and add ifdef */
|
||||||
log_file_buf = (char*)calloc(1, 0x4000);
|
log_file_buf = calloc(1, 0x4000);
|
||||||
setvbuf(log_file_fp, log_file_buf, _IOFBF, 0x4000);
|
setvbuf(log_file_fp, log_file_buf, _IOFBF, 0x4000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue