Removed unneeded format argument in call to readBiblioFile.
This commit is contained in:
parent
d73a531d89
commit
55e991614d
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ options =
|
|||
, Option "" ["bibliography"]
|
||||
(ReqArg
|
||||
(\arg opt -> do
|
||||
refs <- catch (readBiblioFile arg "") $ \e -> do
|
||||
refs <- catch (readBiblioFile arg) $ \e -> do
|
||||
UTF8.hPutStrLn stderr $
|
||||
"Error reading bibliography `" ++ arg ++ "'"
|
||||
UTF8.hPutStrLn stderr $ show e
|
||||
|
|
Loading…
Add table
Reference in a new issue