diff options
| author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:40:35 +0200 | 
|---|---|---|
| committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:40:35 +0200 | 
| commit | c7cc7a1ae1b379d681392f3e0672dcc5820ae45c (patch) | |
| tree | 4be17da001de797155be96088f2e19c07de90027 /plugingui | |
| parent | 21fbfc8d8f29ff6796c01e57efa568b84e19552a (diff) | |
Fixing windows.
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/pluginconfig.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/pluginconfig.cc b/plugingui/pluginconfig.cc index ac41ef6..59acba4 100644 --- a/plugingui/pluginconfig.cc +++ b/plugingui/pluginconfig.cc @@ -73,7 +73,7 @@ FILE* openFilePtr(std::string mode) {                                 0,                                 szPath))); {      DEBUG(config, "WINDOWS APP DATA PATH:%s\n", szPath); -    PathAppend(szPath, drumgizmo); +    PathAppend(szPath, "drumgizmo");  //    if(!Directory::exists(configpath)) {  //      CreateDirectory(szPath, NULL);   //    }  | 
