From cd6d37c102ffb058bc4fa7724aa52f8675fa3ecd Mon Sep 17 00:00:00 2001 From: aCaB Date: Mon, 21 May 2007 11:39:34 +0000 Subject: [PATCH] more NSIS typos git-svn: trunk@3058 --- ChangeLog | 3 +++ libclamav/nsis/nulsft.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd6ae197a..4a7130ffe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/libclamav/nsis/nulsft.c b/libclamav/nsis/nulsft.c index 2f759d505..58778ee59 100644 --- a/libclamav/nsis/nulsft.c +++ b/libclamav/nsis/nulsft.c @@ -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; }