This commit is contained in:
OBattler
2023-09-28 00:20:24 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ ini_read(const char *fn)
while (1) {
memset(buff, 0x00, sizeof(buff));
#ifdef __HAIKU__
ini_fgetws(buff, sizeof_w(buff), f);
ini_fgetws(buff, sizeof_w(buff), fp);
#else
(void) !fgetws(buff, sizeof_w(buff), fp);
#endif