mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-19 23:38:44 +02:00
* fixed string length
This commit is contained in:
parent
f1ce0b4cb6
commit
d8925d6fcd
@ -21,7 +21,7 @@ uses strings;
|
||||
|
||||
const
|
||||
sys_errn=125;
|
||||
sys_errlist:array[0..sys_errn-1] of string[40] = (
|
||||
sys_errlist:array[0..sys_errn-1] of string[47] = (
|
||||
'Success', { 0 }
|
||||
'Operation not permitted', { EPERM }
|
||||
'No such file or directory', { ENOENT }
|
||||
@ -175,7 +175,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 2000-02-09 16:59:31 peter
|
||||
Revision 1.7 2000-05-17 17:11:16 peter
|
||||
* fixed string length
|
||||
|
||||
Revision 1.6 2000/02/09 16:59:31 peter
|
||||
* truncated log
|
||||
|
||||
Revision 1.5 2000/01/07 16:41:40 daniel
|
||||
|
Loading…
Reference in New Issue
Block a user