mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-17 22:58:06 +02:00
Fix launching OPKs with a file containing spaces
This commit is contained in:
parent
2ab44489a1
commit
1a1f891a4d
@ -570,7 +570,7 @@ void LinkApp::launch(const string &selectedFile) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!selectedFile.empty()) {
|
if (!selectedFile.empty()) {
|
||||||
string path = cmdclean(selectedFile);
|
string path = selectedFile;
|
||||||
|
|
||||||
if (params.empty()) {
|
if (params.empty()) {
|
||||||
params = path;
|
params = path;
|
||||||
|
Loading…
Reference in New Issue
Block a user