logo separator

[mkgmap-dev] [PATCH] Bug in label encoding

From Ronny Klier ronny.klier at s1999.tu-chemnitz.de on Sun Feb 7 23:47:50 GMT 2010

I think there is a bug in label encoding in Format6Encoder. For some 
string length the last encoded byte is not stored.

E.g. having a string "10007" the encoded byte buffer looks like this

[0]	[0x86]	
[1]	[0x8]	
[2]	[0x20]	
[3]	[0x9f]	
[4]	[0xf0]	

The number of stored bytes is 4. So the 0xf0 will not show up in the 
final image file.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Format6Encoder.patch
Url: http://lists.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20100208/e40721ff/attachment.pl 


More information about the mkgmap-dev mailing list