New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82773


Ignore:
Timestamp:
08/19/11 17:16:47 (4 years ago)
Author:
fotanus@…
Message:

Removed debug from within macho.c library, and added whitelist.conf default file.

Location:
branches/gsoc11-post-destroot/base
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-post-destroot/base/src/pextlib1.0/macho.c

    r82433 r82773  
    140140        /* Check file header magic */ 
    141141        if(check_magic(*magic, &input, &universal, &swap32, &header, &fat_header, &header_size) == (Tcl_Obj *)TCL_ERROR){ 
    142                 printf("1\n"); 
    143142                return (Tcl_Obj *)TCL_ERROR; 
    144143        } 
     
    257256        /* Check file header magic */ 
    258257        if(check_magic(*magic, &input, &universal, &swap32, &header, &fat_header, &header_size) == (Tcl_Obj *)TCL_ERROR){ 
    259                 printf("1\n"); 
    260258                return (Tcl_Obj *)TCL_ERROR; 
    261259        } 
Note: See TracChangeset for help on using the changeset viewer.