fix build
This commit is contained in:
parent
5e01e9b4be
commit
29df1a6bec
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ openBrowser mcmd htmlshim realurl outh errh = do
|
|||
where
|
||||
p = case mcmd of
|
||||
Just cmd -> proc cmd [htmlshim]
|
||||
Nothing -> browserProc htmlshim url
|
||||
Nothing -> browserProc url
|
||||
#ifdef __ANDROID__
|
||||
{- Android does not support file:// urls, but neither is
|
||||
- the security of the url in the process table important
|
||||
|
|
Loading…
Reference in a new issue