1
0
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:
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()) { if (!selectedFile.empty()) {
string path = cmdclean(selectedFile); string path = selectedFile;
if (params.empty()) { if (params.empty()) {
params = path; params = path;