mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 16:49:07 +02:00
* changed an internal error number to ensure it's unique
git-svn-id: trunk@32267 -
This commit is contained in:
parent
745c1499df
commit
e498bfc1ba
@ -277,7 +277,7 @@ implementation
|
|||||||
if TryWriteDictionaryWithSize(nb) then
|
if TryWriteDictionaryWithSize(nb) then
|
||||||
exit(nb);
|
exit(nb);
|
||||||
{ could not write dictionary, even with the largest number of blocks }
|
{ could not write dictionary, even with the largest number of blocks }
|
||||||
internalerror(2015042201);
|
internalerror(2015042202);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TOmfLibObjectWriter.TryWriteDictionaryWithSize(nblocks: Byte): Boolean;
|
function TOmfLibObjectWriter.TryWriteDictionaryWithSize(nblocks: Byte): Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user