We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dcbc8 commit 5107000Copy full SHA for 5107000
src/gui/Gui.cc
@@ -206,7 +206,7 @@ std::string defaultGuiConfigFile(bool _isPlayback,
206
{
207
gzerr << "Failed to create the default config folder ["
208
<< defaultConfigFolder << "]\n";
209
- return nullptr;
+ return "";
210
}
211
212
@@ -217,7 +217,7 @@ std::string defaultGuiConfigFile(bool _isPlayback,
217
gzerr << "Failed to copy installed config [" << installedConfig
218
<< "] to default config [" << defaultConfig << "]."
219
<< std::endl;
220
221
222
else
223
0 commit comments