mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
Fix for segmentation fault when the settings file doesn't exist.
This commit is contained in:
parent
430b571c06
commit
224e5d666d
1 changed files with 2 additions and 2 deletions
|
@ -774,9 +774,9 @@ void Application::readSettingsFile() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
fclose(settingsFile);
|
fclose(settingsFile);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::saveSettingsFile() {
|
void Application::saveSettingsFile() {
|
||||||
|
|
Loading…
Reference in a new issue