From 5ef1c21b0441e8b261c2735a8ffd2d3864c66cea Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Tue, 23 Sep 2014 17:20:40 +0200 Subject: Testing config file creation on windows XP. --- plugingui/pluginconfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/pluginconfig.cc b/plugingui/pluginconfig.cc index f89e8e5..633b436 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); // } -- cgit v1.2.3