Explorar el Código

* fix breakage after writestr changes in r23888

git-svn-id: trunk@24773 -
Tomas Hajny hace 12 años
padre
commit
d066a78559
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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