HydrogenAudio

Lossless Audio Compression => WavPack => Topic started by: skamp on 2010-01-12 21:13:45

Title: Bug with wvunpack -o
Post by: skamp on 2010-01-12 21:13:45
Code: [Select]
$ wvunpack -o . "foo: bar.wv"

WVUNPACK  Hybrid Lossless Audio Decompressor  Linux Version 4.60.1
Copyright (c) 1998 - 2009 Conifer Software.  All Rights Reserved.

restored ./ bar.wav in 3.80 secs (lossless, 32.84%)


Looks like wvunpack doesn't like ':' in filenames when using the -o switch with a directory.
Title: Bug with wvunpack -o
Post by: bryant on 2010-01-14 04:23:41
Hi skamp,

Oops, I had some Windows-specific code left over in the non-windows case (in Window's filenames, obviously, the colon has a special meaning).

Fixed in SVN.

Thanks!
David