mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Updated the build system, now using .NET Framework v4.0 for most things
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{
|
||||
for (i = 0; i < 15; i++)
|
||||
{
|
||||
if (bs == Flake.flac_blocksizes[i])
|
||||
if (bs == FlakeConstants.flac_blocksizes[i])
|
||||
{
|
||||
bs_code0 = i;
|
||||
bs_code1 = -1;
|
||||
|
||||
Reference in New Issue
Block a user