Kaydet (Commit) 3b56b6ff authored tarafından Julien Nabet's avatar Julien Nabet

small bugfix : bNeedsSave instead of *bNeedsSave

üst 939a0607
...@@ -124,7 +124,7 @@ void createSettingsStructure(xmlDoc * document, bool * bNeedsSave) ...@@ -124,7 +124,7 @@ void createSettingsStructure(xmlDoc * document, bool * bNeedsSave)
} }
if (bFound) if (bFound)
{ {
bNeedsSave = false; *bNeedsSave = false;
return; return;
} }
//We will modify this document //We will modify this document
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment