Procházet zdrojové kódy

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

git-svn-id: trunk@32267 -
nickysn před 9 roky
rodič
revize
e498bfc1ba
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;