Browse code

more NSIS typos

git-svn: trunk@3058

aCaB authored on 2007/05/21 20:39:34
Showing 2 changed files
... ...
@@ -1,3 +1,6 @@
1
+Mon May 21 12:58:51 CEST 2007 (acab)
2
+  * libclamav/nsis: more NSIS typos (reported by Gianluigi Tiesi)
3
+
1 4
 Mon May 21 12:51:17 CEST 2007 (acab)
2 5
   * libclamav/nsis: NSIS related typos (thx njh)
3 6
 
... ...
@@ -304,7 +304,7 @@ static int nsis_unpack_next(struct nsis_st *n, cli_ctx *ctx) {
304 304
 	return CL_EMEM;
305 305
       }
306 306
       if (cli_readn(n->ifd, n->freeme, n->asz) != (ssize_t) n->asz) {
307
-	cli_dbgmsg("NSIS: cannot read %u bytes"__AT__"\n", size);
307
+	cli_dbgmsg("NSIS: cannot read %u bytes"__AT__"\n", n->asz);
308 308
 	close(n->ofd);
309 309
 	return CL_EIO;
310 310
       }