mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-04 23:37:10 +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()) {
|
||||
string path = cmdclean(selectedFile);
|
||||
string path = selectedFile;
|
||||
|
||||
if (params.empty()) {
|
||||
params = path;
|
||||
|
Loading…
Reference in New Issue
Block a user