We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833a60d commit 5593525Copy full SHA for 5593525
generator/Common/generate.common.pas
@@ -209,7 +209,7 @@ procedure TGenerator.Generate;
209
//Write(line);
210
if index mod 10000 = 0 then
211
begin
212
- outputFileStream.WriteBuffer(line[1], Length(line));
+ outputBufWriter.WriteBuffer(line[1], Length(line));
213
line := '';
214
end;
215
// To here
@@ -228,7 +228,7 @@ procedure TGenerator.Generate;
228
229
if line <> '' then
230
231
232
233
finally
234
outputBufWriter.Free;
0 commit comments