rts/Linker.c (machoGetMisalignment):
authorpho@cielonegro.org <unknown>
Tue, 30 Nov 2010 12:33:55 +0000 (12:33 +0000)
committerpho@cielonegro.org <unknown>
Tue, 30 Nov 2010 12:33:55 +0000 (12:33 +0000)
commitf9597b672c50fec048cfd0eebbf172ae21217fef
tree8fa735753d77c66f3fdc4e7525960c456c514ff5
parent819909d2bc253ed1630880f82276176432b17803
rts/Linker.c (machoGetMisalignment):

Use fseek(3) instead of rewind(3) to move the file position indicator back to the initial position. Otherwise we can't use this function in loadArchive().
rts/Linker.c