Loading config.h.in +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 src/conf.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ confplus::Config::Config(const char* path) { std::string mpath = CONFIGPATH; mpath += "/"; mpath += "\\"; while (path[i++] != ':'); Loading Loading
config.h.in +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
src/conf.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ confplus::Config::Config(const char* path) { std::string mpath = CONFIGPATH; mpath += "/"; mpath += "\\"; while (path[i++] != ':'); Loading