Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed May 23, 2024
1 parent f117cb4 commit 0493e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Jazz2/PreferencesCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace Jazz2
if (_configPath != localConfigPath) {
auto configFileWritable = fs::Open(localConfigPath, FileAccessMode::Read | FileAccessMode::Write);
if (configFileWritable->IsValid()) {
configFileWritable->Close();
configFileWritable->Dispose();
_configPath = localConfigPath;
}
}
Expand Down

0 comments on commit 0493e28

Please sign in to comment.