Commit f76b41b0 authored by jan.koester's avatar jan.koester
Browse files

test

parent 9154c347
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#ifdef Windows
#define CONFIGPATH "%PROGRAMFILES%\\confplus\\backend"
#else
#define CONFIGPATH "${CMAKE_INSTALL_PREFIX}/lib/confplus/backend"
#endif
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ confplus::Config::Config(const char* path) {

    std::string mpath = CONFIGPATH;

    mpath += "/";
    mpath += "\\";

    while (path[i++] != ':');