mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-05 23:50:44 +01:00
* fixed str() call
This commit is contained in:
parent
ff347f1e4c
commit
ac95600774
@ -213,20 +213,19 @@ begin
|
||||
|
||||
end;
|
||||
If length(Result)=0 then
|
||||
{$ifdef VER1_0}
|
||||
begin
|
||||
Str(Errno:3,Result);
|
||||
Result:=SUnknown+Result;
|
||||
end;
|
||||
{$else}
|
||||
Result:=SUnknown+Str(Errno:3);
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.15 2005-02-14 17:13:31 peter
|
||||
Revision 1.16 2005-03-17 16:29:04 peter
|
||||
* fixed str() call
|
||||
|
||||
Revision 1.15 2005/02/14 17:13:31 peter
|
||||
* truncate log
|
||||
|
||||
Revision 1.14 2005/01/14 12:59:25 michael
|
||||
|
||||
Loading…
Reference in New Issue
Block a user