diff options
author | pionere <pionere@freemail.hu> | 2022-04-18 10:54:41 +0200 |
---|---|---|
committer | pionere <pionere@freemail.hu> | 2022-04-18 10:54:41 +0200 |
commit | f8a9f6d9afa212397c29315070fdd14f3ee05719 (patch) | |
tree | c320c2e544016ba3b86de3a1216bc7b4ea2f37fa /src/pklib/explode.c | |
parent | 540d5dada1970bb1a4d01834a843c28634c21a49 (diff) |
remove incorrect notes
Diffstat (limited to 'src/pklib/explode.c')
-rw-r--r-- | src/pklib/explode.c | 1 |
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; |