1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-09-30 01:51:59 +03:00

Fix launching OPKs with a file containing spaces

This commit is contained in:
Paul Cercueil 2014-02-05 14:33:45 +01:00
parent 2ab44489a1
commit 1a1f891a4d

View File

@ -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;