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
|
where
|
||||||
p = case mcmd of
|
p = case mcmd of
|
||||||
Just cmd -> proc cmd [htmlshim]
|
Just cmd -> proc cmd [htmlshim]
|
||||||
Nothing -> browserProc htmlshim url
|
Nothing -> browserProc url
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
{- Android does not support file:// urls, but neither is
|
{- Android does not support file:// urls, but neither is
|
||||||
- the security of the url in the process table important
|
- the security of the url in the process table important
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue