diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pklib/explode.c | 1 | ||||
-rw-r--r-- | src/pklib/implode.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/pklib/explode.c b/src/pklib/explode.c index 31480df..1ee31fd 100644 --- a/src/pklib/explode.c +++ b/src/pklib/explode.c @@ -479,7 +479,6 @@ unsigned int PKEXPORT explode( TDcmpStruct * pWork = (TDcmpStruct *)work_buf; // Initialize work struct and load compressed data - // Note: The caller must zero the "work_buff" before passing it to explode pWork->read_buf = read_buf; pWork->write_buf = write_buf; pWork->param = param; diff --git a/src/pklib/implode.c b/src/pklib/implode.c index 7aabbd8..96baf98 100644 --- a/src/pklib/implode.c +++ b/src/pklib/implode.c @@ -604,7 +604,6 @@ unsigned int PKEXPORT implode( int nCount2; // Fill the work buffer information - // Note: The caller must zero the "work_buff" before passing it to implode pWork->read_buf = read_buf; pWork->write_buf = write_buf; pWork->dsize_bytes = *dsize; |