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
+2
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;