Changeset 82773
- Timestamp:
- 08/19/11 17:16:47 (4 years ago)
- Location:
- branches/gsoc11-post-destroot/base
- Files:
-
- 1 added
- 1 edited
-
doc/whitelist.conf (added)
-
src/pextlib1.0/macho.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-post-destroot/base/src/pextlib1.0/macho.c
r82433 r82773 140 140 /* Check file header magic */ 141 141 if(check_magic(*magic, &input, &universal, &swap32, &header, &fat_header, &header_size) == (Tcl_Obj *)TCL_ERROR){ 142 printf("1\n");143 142 return (Tcl_Obj *)TCL_ERROR; 144 143 } … … 257 256 /* Check file header magic */ 258 257 if(check_magic(*magic, &input, &universal, &swap32, &header, &fat_header, &header_size) == (Tcl_Obj *)TCL_ERROR){ 259 printf("1\n");260 258 return (Tcl_Obj *)TCL_ERROR; 261 259 }
Note: See TracChangeset
for help on using the changeset viewer.

