Skip to content

Commit 06ffa40

Browse files
author
delphidabbler
committed
Fix REML errors
1 parent 0052517 commit 06ffa40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csdb/collection/io.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ FPC=Y
175175
[FileHasWatermark_B]
176176
DisplayName="FileHasWatermark (ANSI string overload)"
177177
DescEx="<p>Checks if the file named <var>FileName</var> contains ANSI text <var>Watermark</var> starting at the byte offset given by the (optional) <var>Offset</var> parameter.</p>"
178-
Extra="<p>Taken from <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> on DelphiDabbler's Blog</a>.</p>"
178+
Extra="<p>Taken from <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> on DelphiDabbler's Blog.</p>"
179179
Depends=FileHasWatermark_A
180180
SeeAlso=FileHasWatermark_A,StreamHasWatermark
181181
Snip=518.dat
@@ -199,7 +199,7 @@ FPC=Y
199199

200200
[StreamHasWatermark]
201201
DescEx="<p>Checks if the given stream has the given &quot;watermark&quot; (i.e. sequence of bytes) starting from the current position in the stream.</p><p>The stream position is unaltered.</p>"
202-
Extra="<p>For maximum flexibility the function checks the stream from the current position. So, to check from the start of a stream make sure it's <var>Position</var> property is set to 0 before calling the routine.</p><p>For examples of use see <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> posted on DelphiDabbler's Blog</a>.</p>"
202+
Extra="<p>For maximum flexibility the function checks the stream from the current position. So, to check from the start of a stream make sure it's <var>Position</var> property is set to 0 before calling the routine.</p><p>For examples of use see <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> posted on DelphiDabbler's Blog.</p>"
203203
Units=Classes
204204
SeeAlso=FileHasWatermark_A,FileHasWatermark_B
205205
Snip=516.dat

0 commit comments

Comments
 (0)