mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-06 06:35:29 -04:00
nsis typoes
git-svn: trunk@3743
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user