more NSIS typos

git-svn: trunk@3058
This commit is contained in:
aCaB
2007-05-21 11:39:34 +00:00
parent c9f6a4bac6
commit cd6d37c102
2 changed files with 4 additions and 1 deletions

View File

@@ -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)

View File

@@ -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;
}