Browse code

Fix compiling on Windows

Shawn Webb authored on 2014/12/10 02:30:06
Showing 1 changed files
... ...
@@ -44,7 +44,7 @@
44 44
 static int yc_bounds_check(cli_ctx *ctx, char *base, unsigned int filesize, char *offset, unsigned int bound)
45 45
 {
46 46
       if ((unsigned int)((offset+bound)-base) > filesize) {
47
-          cli_dbgmsg("%s: Bounds check assertion.\n", __func__);
47
+          cli_dbgmsg("yC: Bounds check assertion.\n");
48 48
 #if DO_HEURISTIC
49 49
           cli_append_virus(ctx, "Heuristics.BoundsCheck");
50 50
 #endif