mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-06 06:35:29 -04:00
more NSIS typos
git-svn: trunk@3058
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
Mon May 21 12:58:51 CEST 2007 (acab)
|
||||
* libclamav/nsis: more NSIS typos (reported by Gianluigi Tiesi)
|
||||
|
||||
Mon May 21 12:51:17 CEST 2007 (acab)
|
||||
* libclamav/nsis: NSIS related typos (thx njh)
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ static int nsis_unpack_next(struct nsis_st *n, cli_ctx *ctx) {
|
||||
return CL_EMEM;
|
||||
}
|
||||
if (cli_readn(n->ifd, n->freeme, n->asz) != (ssize_t) n->asz) {
|
||||
cli_dbgmsg("NSIS: cannot read %u bytes"__AT__"\n", size);
|
||||
cli_dbgmsg("NSIS: cannot read %u bytes"__AT__"\n", n->asz);
|
||||
close(n->ofd);
|
||||
return CL_EIO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user