Bug fix in flac directory creation.
authorSteve Youngs <steve@steveyoungs.com>
Wed, 22 Jun 2011 03:12:02 +0000 (13:12 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Wed, 22 Jun 2011 03:12:02 +0000 (13:12 +1000)
commit0f13dc1c8028ee751613e7d0dfa3feaa514277cf
treeed0835100523c01f45c25f3bb8813b1a34b8cb09
parenta967aa56442a925529339096531992136cc75ac4
Bug fix in flac directory creation.

This was actually fairly harmless, the worst that could happen was a
warning from mkdir(1) on stdout.  But annoying nonetheless.  This patch
fixes that.

* zcdrip.in (_album_to_dir): Fix syntax bug that was causing
flac directory creation to be attempted even if flac encoding
wasn't requested.

Signed-off-by: Steve Youngs <steve@steveyoungs.com>
zcdrip.in