mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 09:55:57 +00:00
Removed unneeded format argument in call to readBiblioFile.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user