Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
[linux] FIX_LINUX _flushall
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 6, 2022
1 parent a43faad commit c8c6b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/island/src/foam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,9 @@ void CoastFoam::Save()
pI->WriteString(cSection, cKey, cTemp);
}
}
#ifdef _WIN32 // FIX_LINUX _flushall
_flushall();
#endif
}

void CoastFoam::clear()
Expand Down

0 comments on commit c8c6b2e

Please sign in to comment.