Am 13.07.2010 21:59, schrieb Albrecht Dreß:
> Am 13.07.10 21:30 schrieb(en) Oliver Eichler:
>> No don't think so. Check CGarminStrTbl6.cpp line 92 ff it should read:
>>
>> quint32 size = (sizeLBL1 - offset) < 200 ? (sizeLBL1 - offset) : 200;
>>
>> readFile(file, offsetLBL1 + offset, size, data);
> 
> Yes, it's there...
> 
> I added a few debug statements to this file (see attached diff), and ran
> the application with '-d'.  The logs of two runs (check.log,
> check.log.2) are attached.  The puzzling effect is that they are
> *different* which they shouldn't even if something else goes south...
> 
> Cheers, Albrecht.

can you test if

QByteArray data;

has some valid size after you call readFile(...)?

qDebug() << data.size();


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
QLandkarte-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkarte-users

Reply via email to