Fix build without concurrent-output.

This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
This commit is contained in:
Joey Hess 2018-12-03 12:33:00 -04:00
parent 62f90eed06
commit 19372e47ea
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ git-annex (7.20181122) UNRELEASED; urgency=medium
when it was build with torrentparser.
Thanks, Robert Schütz
* When running youtube-dl to get a filename, pass --no-playlist.
* Fix build without concurrent-output.
-- Joey Hess <id@joeyh.name> Tue, 27 Nov 2018 12:29:27 -0400

View file

@ -135,5 +135,5 @@ hideRegionsWhile s a
liftIO $ hFlush stdout
a
#else
hideRegionsWhile = id
hideRegionsWhile _ = id
#endif