Am 13.07.2010 21:02, schrieb Albrecht Dreß: > Hi Oliver: > > Am 12.07.10 21:47 schrieb(en) Oliver Eichler: >> now we are talking :) You are right: Bugs. Fixed them. svn up! > > Updated to rev. 2201, and now the names of the tracks are different, but > still wrong... see attached screen shots comparing the leftmost track of > the package I sent you, using the "old" version and #2201. > > Thanks, > Albrecht.
Strange. I know this is a bug and I fixed it. It's an overflow when reading the string table as the LBL section is the very last data in the file. The read will return with a void QByteArray because the method checks the length and bails out. The fix is to adjust the number of bytes to read to the number available. I fixed it for all 3 string table types. And I can see the track names T28,T29 and so on. Oliver ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ QLandkarte-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkarte-users
