logo separator

[mkgmap-dev] Minor splitter issue [PATCH]

From Marko Mäkelä marko.makela at iki.fi on Sat Oct 13 19:44:50 BST 2012

Hi Steve,

On Sat, Oct 13, 2012 at 01:16:35PM +0100, Steve Ratcliffe wrote:
>+				case '\n':
>+					writeString("
");
>+					break;
>+				case '\r':
>+					writeString("
");
>+					break;

It looks like you got these twisted around. CR is U+000D and LF is 
U+000A.

	Marko



More information about the mkgmap-dev mailing list