* fix breakage after writestr changes in r23888

git-svn-id: trunk@24773 -
This commit is contained in:
Tomas Hajny 2013-06-02 13:39:32 +00:00
parent 998da11ecd
commit d066a78559

View File

@ -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