This commit is contained in:
chudov
2012-04-17 01:22:49 +00:00
parent 3a50c03cef
commit 8e61e9b54f
19 changed files with 61 additions and 9 deletions

View File

@@ -313,7 +313,7 @@ namespace CUETools.Processor
this.Tracks[i].Comment = cdEntry.track[i + firstAudio].extra ?? "";
}
}
}
}
private static string FreedbToEncoding(Encoding iso, Encoding def, ref bool changed, ref bool error, string s)
{