WMA lossless encoder

This commit is contained in:
Grigory Chudov
2013-03-31 23:18:19 -04:00
parent 13e00357b1
commit 773c6d63fa
3 changed files with 263 additions and 1 deletions

View File

@@ -280,7 +280,7 @@ namespace CUETools.Codecs.LAME
public void Delete()
{
if (this.outputPath != null)
if (this.outputPath == null)
{
throw new InvalidOperationException("This writer was not created from file.");
}