mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 09:18:43 +02:00
* Added invalid stream operation string constant
git-svn-id: trunk@18200 -
This commit is contained in:
parent
ff5f311b34
commit
64514714c2
@ -259,6 +259,7 @@ ResourceString
|
||||
SSocketRead = 'Read';
|
||||
SSocketWrite = 'Write';
|
||||
SSortedListError = 'Operation not allowed on sorted list';
|
||||
SStreamInvalidSeek = 'Invalid stream operation %s.Seek';
|
||||
SStreamNoReading = 'Reading from %s is not supported';
|
||||
SStreamNoWriting = 'Writing to %s is not supported';
|
||||
SStreamSetSize = 'Error setting stream size';
|
||||
|
Loading…
Reference in New Issue
Block a user