abakh / nbsdgames

A package of 18 text-based modern games
Other
208 stars 16 forks source link

Write to temp first #34

Closed twistdroach closed 1 year ago

twistdroach commented 1 year ago

First commit is correcting some warnings clang was complaining about. The other I think might be a solution to your issue where the scores get wiped on a full partition or when the machine shuts down during writing of scores. Basically the strategy is write to a temp file, then rename it over the scores file afterward.

abakh commented 1 year ago

thank you!