warning
This commit is contained in:
parent
c8c65322a5
commit
4d681ae38b
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ openBrowser mcmd htmlshim realurl outh errh = do
|
||||||
#endif
|
#endif
|
||||||
where
|
where
|
||||||
p = case mcmd of
|
p = case mcmd of
|
||||||
Just cmd -> proc cmd [htmlshim]
|
Just c -> proc c [htmlshim]
|
||||||
Nothing ->
|
Nothing ->
|
||||||
#ifndef mingw32_HOST_OS
|
#ifndef mingw32_HOST_OS
|
||||||
browserProc url
|
browserProc url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue