From c7cc7a1ae1b379d681392f3e0672dcc5820ae45c Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Tue, 5 Aug 2014 20:40:35 +0200 Subject: Fixing windows. --- plugingui/pluginconfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); // } -- cgit v1.2.3