aboutsummaryrefslogtreecommitdiff
path: root/src/pklib/explode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pklib/explode.c')
-rw-r--r--src/pklib/explode.c1
1 files changed, 0 insertions, 1 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;