Browse code

Accidentally disabled this.

Török Edvin authored on 2009/12/18 00:43:18
Showing 1 changed files
... ...
@@ -1984,7 +1984,7 @@ int cli_scanpe(cli_ctx *ctx, icon_groupset *iconset)
1984 1984
 
1985 1985
 
1986 1986
     /* yC 1.3 & variants */
1987
-    if((0 & DCONF & PE_CONF_YC) && nsections > 1 &&
1987
+    if((DCONF & PE_CONF_YC) && nsections > 1 &&
1988 1988
        (EC32(optional_hdr32.AddressOfEntryPoint) == exe_sections[nsections - 1].rva + 0x60)) {
1989 1989
 
1990 1990
 	uint32_t ecx = 0;