mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
use single quote around keymap name
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
67e0f34b93
commit
829e59b57e
@ -122,10 +122,10 @@ bool Launcher::run(std::string collection, Item *collectionItem)
|
|||||||
|
|
||||||
/* Create shell cmd */
|
/* Create shell cmd */
|
||||||
std::string cmd = SHELL_CMD_MAPPING_ROM;
|
std::string cmd = SHELL_CMD_MAPPING_ROM;
|
||||||
cmd += " \"" + selectedItemsPath + "\"";
|
cmd += " '" + selectedItemsPath + "'";
|
||||||
|
|
||||||
/* Log shell cmd */
|
/* Log shell cmd */
|
||||||
Logger::write(Logger::ZONE_INFO, "Launcher", "Applying keymap rom: " + selectedItemsPath);
|
Logger::write(Logger::ZONE_INFO, "Launcher", "Applying keymap rom: \"" + selectedItemsPath + "\"");
|
||||||
printf("Applying keymap rom cmd: \"%s\"\n", cmd.c_str());
|
printf("Applying keymap rom cmd: \"%s\"\n", cmd.c_str());
|
||||||
|
|
||||||
/* Launch shell cmd */
|
/* Launch shell cmd */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user