e_open: Handle URIs in a more generic way

Summary: Fixes T1219

Reviewers: zmike

CC: cedric

Maniphest Tasks: T1219

Differential Revision: https://phab.enlightenment.org/D866
This commit is contained in:
Kai Huuhko 2014-05-19 15:52:42 +09:00 committed by Carsten Haitzler (Rasterman)
parent 57a7ea6944
commit 3a89768e48
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ main(int argc, char *argv[])
}
}
}
else if (strstr(argv[args], "://"))
else if (strstr(argv[args], ":"))
cmds = protocol_open(argv[args]);
else
cmds = local_open(argv[args]);