1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-05 07:31:54 +02:00

Fix launching non-OPK apps with files with special characters

This commit is contained in:
Paul Cercueil 2014-02-23 16:55:14 +01:00
parent b0846812b8
commit c19e78951d

View File

@ -549,6 +549,8 @@ void LinkApp::launch(const string &selectedFile) {
if (!selectedFile.empty()) {
string path = selectedFile;
if (!isOpk())
path = cmdclean(path);
if (params.empty()) {
params = path;