From: beware Date: Fri, 18 Nov 2011 23:20:51 +0000 (+0000) Subject: fix destroysourcestream always false bug X-Git-Url: http://www.lcore.org/git/lcore.git/commitdiff_plain/fb5326037eba3c03fc24b645811e2e460365e8b9 fix destroysourcestream always false bug git-svn-id: file:///svnroot/lcore/trunk@105 b1de8a11-f9be-4011-bde0-cc7ace90066a --- 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);