diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-02 19:10:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-02 19:10:30 -0400 |
commit | 35aafe26339309863b7162525dfcbe87c8caac2f (patch) | |
tree | d02514ca7dd8600af821ced986d837f989926069 /Command | |
parent | 2b6e9d4a9d6c5113261f06bee51aedea929a0f0e (diff) |
fix build
Diffstat (limited to 'Command')
-rw-r--r-- | Command/WebApp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 6b9b8f783..f3bed10cb 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -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 |