src: fixed crashes on parsing Coati

* also fixed log path getting messed up by indexing a project using a CDB
This commit is contained in:
malte_langkabel
2016-11-01 15:23:21 +01:00
parent 9e4a02a33a
commit f80a371d44
5 changed files with 120 additions and 105 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "utility/UserPaths.h"
std::string UserPaths::s_userDataPath = "user/";
std::string UserPaths::s_userDataPath = "";
std::string UserPaths::getUserDataPath()
{