From 965f16a8bedcda2c1e40f0d7ac49203c3a58ec5e Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 2 Sep 2019 07:24:05 +0000 Subject: [PATCH] =?UTF-8?q?*=20Correctly=20attribute=20TBufferedFileStream?= =?UTF-8?q?=20by=20Jos=C3=A9=20Mejuto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: trunk@42901 - --- packages/fcl-base/src/bufstream.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fcl-base/src/bufstream.pp b/packages/fcl-base/src/bufstream.pp index 257aec4d09..81ae8d377a 100644 --- a/packages/fcl-base/src/bufstream.pp +++ b/packages/fcl-base/src/bufstream.pp @@ -3,6 +3,7 @@ Copyright (c) 1999-2000 by the Free Pascal development team Implement a buffered stream. + TBufferedFileStream contributed by José Mejuto, bug ID 30549. See the file COPYING.FPC, included in this distribution, for details about the copyright.