X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/e27ef2c6aab3a2a8051314bd37bb3b2386775f36..b3b93191002f92b19c069b9815a8261d6edbc5ec:/readtxt2.pas 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);