From 29df1a6bec8c9349a46a0f61a8636cc8a312534d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 May 2013 19:10:30 -0400 Subject: [PATCH] fix build --- Command/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 6b9b8f783c..f3bed10cbf 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