浏览代码

* changed an internal error number to ensure it's unique

git-svn-id: trunk@32267 -
nickysn 9 年之前
父节点
当前提交
e498bfc1ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/owomflib.pas

+ 1 - 1
compiler/owomflib.pas

@@ -277,7 +277,7 @@ implementation
           if TryWriteDictionaryWithSize(nb) then
             exit(nb);
         { could not write dictionary, even with the largest number of blocks }
-        internalerror(2015042201);
+        internalerror(2015042202);
       end;
 
     function TOmfLibObjectWriter.TryWriteDictionaryWithSize(nblocks: Byte): Boolean;