nsis typoes

git-svn: trunk@3743
This commit is contained in:
aCaB
2008-03-25 01:47:42 +00:00
parent 3ca953403c
commit 04468f360c
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Tue Mar 25 01:55:19 CET 2008 (acab)
-----------------------------------
* libclamav/nsis: typoes - bb#894
Mon Mar 24 21:22:16 EET 2008 (edwin)
-----------------------------------
* libclamav/str.c: cli_warnmsg -> cli_dbgmsg (bb #892)

View File

@@ -315,7 +315,7 @@ static int nsis_unpack_next(struct nsis_st *n, cli_ctx *ctx) {
if (gotsome) {
ret = CL_SUCCESS;
} else {
ret CL_EMAXSIZE;
ret = CL_EMAXSIZE;
close(n->ofd);
}
free(ibuf);
@@ -420,7 +420,6 @@ static int nsis_unpack_next(struct nsis_st *n, cli_ctx *ctx) {
gotsome=1;
if (cli_writen(n->ofd, obuf, n->nsis.next_out - obuf) != n->nsis.next_out - obuf) {
cli_dbgmsg("NSIS: cannot write output file"__AT__"\n");
free(ibuf);
close(n->ofd);
return CL_EIO;
}