We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f493b84 commit 248ee33Copy full SHA for 248ee33
entries/bfire/src/MultiThreadUnit.pas
@@ -394,7 +394,8 @@ procedure LaunchReadingThread(inputFilename: String);
394
begin
395
if ((ReadBuffer + BufferIndex)^ = 10) then // line feed
396
397
- // and done collecting bytes, move to one of the stacks
+ // done collecting bytes, tack on carriage return as data end flag
398
+ DataStackItem.RawData[DataIndex] := 13;
399
400
// send to the appropriate stack
401
// ABCD EFGHIJKL MNOPQR STUVWXYZ (and extended)
0 commit comments