git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6279 c06c8d41-db1a-0410-9941-cceddc491573
EJ64OVL7LJHMMGNKBJK5STXIL47GM2DFXVA4HEQWSCQWTNJL5D4AC
CNBEMJYK6RATHVHUXN5RFKJCRHZJUCPOGHKWPVD4QLVNDNLDDCFQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
currentPos = nextLine +1;
currentPos = nextLine + 1;
if (nextLine > d.length()) nextLine = d.length();
if (nextLine > d.length())
nextLine = d.length();
nextLine = std::min(d.length(), nextLine);