mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-03-31 20:35:40 +02:00
cleanup up string concat
This commit is contained in:
parent
f879a775f8
commit
8333912b24
@ -150,8 +150,8 @@ int sdrpp_main(int argc, char *argv[]) {
|
|||||||
defConfig["modulesDirectory"] = "./modules";
|
defConfig["modulesDirectory"] = "./modules";
|
||||||
defConfig["resourcesDirectory"] = "./res";
|
defConfig["resourcesDirectory"] = "./res";
|
||||||
#else
|
#else
|
||||||
defConfig["modulesDirectory"] = (std::string)INSTALL_PREFIX + "/lib/sdrpp/plugins";
|
defConfig["modulesDirectory"] = INSTALL_PREFIX "/lib/sdrpp/plugins";
|
||||||
defConfig["resourcesDirectory"] = (std::string)INSTALL_PREFIX + "/share/sdrpp";
|
defConfig["resourcesDirectory"] = INSTALL_PREFIX "/share/sdrpp";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Load config
|
// Load config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user