Browse code

Fix typo in debug meggage

git-svn: trunk@2741

aCaB authored on 2007/02/13 22:36:58
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Feb 13 14:34:57 CET 2007 (acab)
2
+-----------------------------------
3
+  * libclamav/upx.c:	Typo in debug message (thanks njh)
4
+
1 5
 Tue Feb 13 13:05:30 GMT 2007 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/mbox.c:	Rework maximum recursion level code (patch by TK)
... ...
@@ -154,7 +154,7 @@ static int pefromupx (char *src, char *dst, uint32_t *dsize, uint32_t ep, uint32
154 154
   cli_writeint32(pehdr+0x3c, valign);
155 155
 
156 156
   if (!(newbuf = (char *) cli_calloc(foffset, sizeof(char)))) {
157
-    cli_dbgmsg("UPX: malloc failed - giving up rebuild\n", upd);
157
+    cli_dbgmsg("UPX: malloc failed - giving up rebuild\n");
158 158
     return 0;
159 159
   }
160 160