PIByteArray works on binary stream
This commit is contained in:
@@ -53,7 +53,7 @@ PIByteArray piCompress(const PIByteArray & ba, int level) {
|
||||
|
||||
PIByteArray piDecompress(const PIByteArray & zba) {
|
||||
#ifdef PIP_COMPRESS
|
||||
ullong sz;
|
||||
ullong sz = 0;
|
||||
if (zba.size() < sizeof(ullong)) {
|
||||
piCout << "[PICompress]" << "Error: invalid input";
|
||||
return zba;
|
||||
|
||||
Reference in New Issue
Block a user