浏览代码

* fix breakage after writestr changes in r23888

git-svn-id: trunk@24773 -
Tomas Hajny 12 年之前
父节点
当前提交
d066a78559
共有 1 个文件被更改,包括 1 次插入1 次删除
  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