From fb5326037eba3c03fc24b645811e2e460365e8b9 Mon Sep 17 00:00:00 2001
From: beware <beware@bircd.org>
Date: Fri, 18 Nov 2011 23:20:51 +0000
Subject: [PATCH 1/1] fix destroysourcestream always false bug

git-svn-id: file:///svnroot/lcore/trunk@105 b1de8a11-f9be-4011-bde0-cc7ace90066a
---
 readtxt2.pas | 1 -
 1 file changed, 1 deletion(-)

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);
-- 
2.30.2