mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Preparing for next version of CTDB
This commit is contained in:
@@ -70,10 +70,10 @@ namespace CUETools.TestHelpers
|
||||
return ar;
|
||||
}
|
||||
|
||||
public CDRepairEncode CreateCDRepairEncode(int stride, int npar)
|
||||
public CDRepairEncode CreateCDRepairEncode(int stride)
|
||||
{
|
||||
var ar = new AccurateRipVerify(toc, null);
|
||||
var encode = new CDRepairEncode(ar, stride, npar);
|
||||
var encode = new CDRepairEncode(ar, stride);
|
||||
ar.Position = start;
|
||||
Write(ar);
|
||||
//ar.Close();
|
||||
|
||||
Reference in New Issue
Block a user