Emuman, are you a KDE dev? THanks for the link to the upstream bug
report.

This page suggests apparently more robust methods for checking endianness at 
runtime:
http://unixpapa.com/incnote/byteorder.html

Something like a runtime check:
  int am_big_endian()
  {
     long one= 1;
     return !(*((char *)(&one)));
  }

It seems like __BYTE_ORDER is not always properly defined. Oh well, hope
this helps!

-- 
Intrepid: K3B fails to rip to MP3
https://bugs.launchpad.net/bugs/267399
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to