X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/94bbdfffcfac987de199779e92ac317393bb21d4..fb5326037eba3c03fc24b645811e2e460365e8b9:/readtxt2.pas?ds=inline diff --git a/readtxt2.pas b/readtxt2.pas index a5f7de4..ee65736 100644 --- a/readtxt2.pas +++ b/readtxt2.pas @@ -56,7 +56,6 @@ begin if sourcestream.Position >= sourcestream.size then fileeof := true; bufpointer := bufsize; - destroysourcestream := false; end; constructor treadtxt.createf(filename: string);