Skip to content
Snippets Groups Projects
Commit fc6414ec authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

fix easylogo on big endian dev systems


didnt realize how out of shape easylogo actually was until i tried using it.
this patch does byte swapping as need be on the input tga header since the tga
is in little endian but the host could just as well be big endian.  i didnt
bother using bswap macros or such stuff from system headers as nothing in
POSIX dictates byte swapping functionality.

Signed-Off-By: default avatarMike Frysinger <vapier@gentoo.org>
parent 38d299c2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment