Fix a severe bug on non-x86 machines (archive segfault)
commite6aba0a626bdf75236395f44c28024110bba72ca
authorThomas Perl <thp@perli.net>
Sat, 7 Feb 2009 11:52:51 +0000 (7 12:52 +0100)
committerThomas Perl <thp@perli.net>
Sat, 7 Feb 2009 11:52:51 +0000 (7 12:52 +0100)
tree4817348c39cf1ddae071f1bf14868b6f24f6024b
parent27993e75eebfca8ac0fde24adcf5b451603a1507
Fix a severe bug on non-x86 machines (archive segfault)

Somehow, I missed the "return" statement and the compiler
did not complain. That's the reason why the archiver did
not work on 64-bit machines and produced wrong results in
Scratchbox's emulated armel environment.
archive.c