Hi Gerd

As a result, empty lines are not counted.

  @Steve: I know that this part in TokenScanner is critical, so I don't
dare to change it:
         if (c == '\n' || c == '\r') {
             while ((c = readChar()) == '\n' || c == '\r')
                 val.append(c);
..
}

Thanks, good catch. I shall fix it.

..Steve
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to