diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-09-23 17:23:02 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-09-23 17:23:02 +0200 |
commit | ec56e2b8dfc586784ddaf7efc9a70baa85e3ce63 (patch) | |
tree | e7a1d4b199fc3de9657b0601e3838146f3a400a2 /plugingui | |
parent | 5ef1c21b0441e8b261c2735a8ffd2d3864c66cea (diff) |
Testing config file creation on windows XP.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/pluginconfig.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/pluginconfig.cc b/plugingui/pluginconfig.cc index 633b436..ad94d7e 100644 --- a/plugingui/pluginconfig.cc +++ b/plugingui/pluginconfig.cc @@ -72,6 +72,7 @@ FILE* openFilePtr(std::string mode) { NULL, 0, szPath))); { + configpath = szPath; DEBUG(config, "WINDOWS APP DATA PATH:%s\n", szPath); // PathAppend(szPath, "drumgizmo"); // if(!Directory::exists(configpath)) { |