mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 19:41:30 +00:00
Adjust path quote [skip ci]
This commit is contained in:
parent
8e96232690
commit
9e960b90bd
@ -12832,10 +12832,10 @@ void command_hotfix(Client *c, const Seperator *sep)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (hotfix_name.length() > 0) {
|
if (hotfix_name.length() > 0) {
|
||||||
if (system(StringFormat("%s -hotfix=%s", shared_memory_path.c_str(), hotfix_name.c_str()).c_str())) {}
|
if (system(StringFormat("\"%s\" -hotfix=%s", shared_memory_path.c_str(), hotfix_name.c_str()).c_str())) {}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (system(StringFormat("%s", shared_memory_path.c_str()).c_str())) {}
|
if (system(StringFormat("\"%s\"", shared_memory_path.c_str()).c_str())) {}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
shared_memory_path = "./shared_memory";
|
shared_memory_path = "./shared_memory";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user