mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* fix breakage after writestr changes in r23888
git-svn-id: trunk@24773 -
This commit is contained in:
parent
998da11ecd
commit
d066a78559
@ -98,7 +98,7 @@ begin
|
||||
Result := StrPas (@OutBuf [0])
|
||||
else
|
||||
begin
|
||||
WriteStr (Result, DynLibErrNo);
|
||||
Str (DynLibErrNo, Result);
|
||||
Result := 'Error ' + Result;
|
||||
end;
|
||||
if DynLibErrPath [0] <> #0 then
|
||||
|
Loading…
Reference in New Issue
Block a user