Browse Source

* fix breakage after writestr changes in r23888

git-svn-id: trunk@24773 -
Tomas Hajny 12 years ago
parent
commit
d066a78559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/os2/dynlibs.inc

+ 1 - 1
rtl/os2/dynlibs.inc

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