mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +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 (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 {
|
||||
if (system(StringFormat("%s", shared_memory_path.c_str()).c_str())) {}
|
||||
if (system(StringFormat("\"%s\"", shared_memory_path.c_str()).c_str())) {}
|
||||
}
|
||||
#else
|
||||
shared_memory_path = "./shared_memory";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user