fix npc compilation error
parent
f3a60510ff
commit
823e3e8c88
|
|
@ -18,6 +18,9 @@ norp/makefiles/norp
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
|
||||||
|
# python build files
|
||||||
|
src/pynorm.egg-info
|
||||||
|
|
||||||
# build java files
|
# build java files
|
||||||
*.class
|
*.class
|
||||||
|
|
||||||
|
|
@ -307,5 +310,5 @@ Packages.props
|
||||||
#Local Log Files
|
#Local Log Files
|
||||||
log*.txt
|
log*.txt
|
||||||
|
|
||||||
.NET Extension Library Files
|
#.NET Extension Library Files
|
||||||
/src/dotnet/lib
|
/src/dotnet/lib
|
||||||
|
|
|
||||||
|
|
@ -1011,7 +1011,7 @@ bool NormPrecodeApp::Decode()
|
||||||
if (useBuffering)
|
if (useBuffering)
|
||||||
{
|
{
|
||||||
// Read in a full interleaver block
|
// Read in a full interleaver block
|
||||||
size_t bytesToRead;
|
unsigned int bytesToRead;
|
||||||
if (interleaverBlockId != lastInterleaverBlockId)
|
if (interleaverBlockId != lastInterleaverBlockId)
|
||||||
bytesToRead = interleaverBytes;
|
bytesToRead = interleaverBytes;
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue