Chameleon

Chameleon Commit Details

Date:2012-10-27 06:11:48 (11 years 5 months ago)
Author:Evan Lojewski
Commit:2075
Parents: 2074
Message:Cleanup unneded lines in machOconv.
Changes:
M/trunk/i386/util/machOconv.c

File differences

trunk/i386/util/machOconv.c
173173
174174
175175
176
177
178
179176
180177
181178
exit(1);
}
// seeking output file
printf("Seek Load Address: 0x%0.8lx\n", swap(scp->vmaddr) - vmstart);
lseek(outfile, swap(scp->vmaddr) - vmstart, L_SET);
nc = write(outfile, (void *)data, vmsize);
if (nc < (int)vmsize) {

Archive Download the corresponding diff file

Revision: 2075