|
@@ -98,7 +98,7 @@ begin
|
|
Result := StrPas (@OutBuf [0])
|
|
Result := StrPas (@OutBuf [0])
|
|
else
|
|
else
|
|
begin
|
|
begin
|
|
- WriteStr (Result, DynLibErrNo);
|
|
|
|
|
|
+ Str (DynLibErrNo, Result);
|
|
Result := 'Error ' + Result;
|
|
Result := 'Error ' + Result;
|
|
end;
|
|
end;
|
|
if DynLibErrPath [0] <> #0 then
|
|
if DynLibErrPath [0] <> #0 then
|