Take strlen of archive filenames.
authorIan Lynagh <igloo@earth.li>
Sun, 3 Apr 2011 21:23:07 +0000 (22:23 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Apr 2011 21:23:07 +0000 (22:23 +0100)
commitbe895313ba42d0bff295a2d4dbc1c5b388a3e760
treed9f1ed4327e116dd7e6ca3f0b6f4ab3a2184c8af
parent617c933f2b72a2ffb14e28d9dd913ed1b070c82c
Take strlen of archive filenames.

On OS X at least, the filename size is the size of the filename
field. The actual filename may be shorter.

Also a number of code style improvements and debug prints.

This is part of the patch from #5062, from Greg Wright.
rts/Linker.c