|
From: Eric S. R. <es...@th...> - 2017-10-21 21:31:49
|
"Bastian Märkisch" <bma...@we...>: > I think Daniel's conclusion is correct. The script does not break out of the > loop for non-author lines and hence may read in author lines below the changeline. > Adding > if n > changeline: > break > at the top of the loop eliminates that. > > Please find a test case attached which demonstrates the problem. I've uploaded a new test tarball that you can get with wget http://www.catb.org/~esr/gnuplot-conversion.tar.gz Please check it against your edge case. -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a> My work is funded by the Internet Civil Engineering Institute: https://icei.org Please visit their site and donate: the civilization you save might be your own. |