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