[Bug 267399] Re: Intrepid: K3B fails to rip to MP3

Leo Milano lmilano at gmx.net
Thu Dec 4 01:46:23 GMT 2008


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 Ubuntu
Burning Team, which is subscribed to k3b in ubuntu.



More information about the Ubuntu-burning mailing list