Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Bug with wvunpack -o (Read 4214 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Bug with wvunpack -o

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.

Bug with wvunpack -o

Reply #1
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