From ec56e2b8dfc586784ddaf7efc9a70baa85e3ce63 Mon Sep 17 00:00:00 2001
From: Jonas Suhr Christensen <jsc@umbraculum.org>
Date: Tue, 23 Sep 2014 17:23:02 +0200
Subject: Testing config file creation on windows XP.

---
 plugingui/pluginconfig.cc | 1 +
 1 file changed, 1 insertion(+)

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)) {
-- 
cgit v1.2.3