parent
b36e8a1a2e
commit
c3d6f21bbe
|
|
@ -219,7 +219,7 @@ static inline void readBlock(const unsigned char *&Buf,
|
||||||
#ifdef DEBUG_OUTPUT
|
#ifdef DEBUG_OUTPUT
|
||||||
bool Result = read(Buf, EndBuf, Type) || read(Buf, EndBuf, Size);
|
bool Result = read(Buf, EndBuf, Type) || read(Buf, EndBuf, Size);
|
||||||
std::cerr << "StartLoc = " << ((unsigned)Buf & 4095)
|
std::cerr << "StartLoc = " << ((unsigned)Buf & 4095)
|
||||||
<< " Type = " << Type << " Size = " << Size << std::endl;
|
<< " Type = " << Type << " Size = " << Size << "\n";
|
||||||
if (Result) throw Error_read;
|
if (Result) throw Error_read;
|
||||||
#else
|
#else
|
||||||
if (read(Buf, EndBuf, Type) || read(Buf, EndBuf, Size)) throw Error_read;
|
if (read(Buf, EndBuf, Type) || read(Buf, EndBuf, Size)) throw Error_read;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue