Fix loading of (noncompliant) wide PGN
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 10 Oct 2025 13:11:15 +0000 (15:11 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 11 Oct 2025 16:46:01 +0000 (18:46 +0200)
commit1bb95bf805d5bb135f1150b99351b2deba72c61f
treeee487bf6e56e1190b955a23054620360ffc2e03c
parent167d205ae2ce0586cb735af7cfbd4e03da5b9a72
Fix loading of (noncompliant) wide PGN

The PGN standard limits line length to 255 characters. But rather than
clipping too-long lines, XBoard now tries to split such lines at a space.
parser.c