X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/e27ef2c6aab3a2a8051314bd37bb3b2386775f36..9a8d70fc12f32787d6cdea912f84aca3d47326c4:/readtxt2.pas?ds=sidebyside 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);