mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-22 18:55:56 +02:00
* fixed writestr io-check comment
git-svn-id: trunk@9110 -
This commit is contained in:
parent
bb730eeae1
commit
39463b45ad
@ -1309,7 +1309,7 @@ begin
|
|||||||
newbytes:=t.userdata[ShortStrLenIndex]-oldlen;
|
newbytes:=t.userdata[ShortStrLenIndex]-oldlen;
|
||||||
{$ifdef writestr_iolencheck}
|
{$ifdef writestr_iolencheck}
|
||||||
// GPC only gives an io error if {$no-truncate-strings} is active
|
// GPC only gives an io error if {$no-truncate-strings} is active
|
||||||
// FPC does not have this setting (it always gives errors when a
|
// FPC does not have this setting (it never gives errors when a
|
||||||
// a string expression is truncated)
|
// a string expression is truncated)
|
||||||
|
|
||||||
{ "disk full" }
|
{ "disk full" }
|
||||||
|
Loading…
Reference in New Issue
Block a user