diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-06 09:48:41 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-06 09:48:41 +0000 |
commit | 909cf4e491116930f6385e48165c6e770cf8505d (patch) | |
tree | cf19f3f34148087422c055a14d4c9b7fa9bf2c05 /src/base/UCore.pas | |
parent | f5ea14a97fe530ff7670645c3c6e5051b961d2a7 (diff) | |
download | usdx-909cf4e491116930f6385e48165c6e770cf8505d.tar.gz usdx-909cf4e491116930f6385e48165c6e770cf8505d.tar.xz usdx-909cf4e491116930f6385e48165c6e770cf8505d.zip |
range-check fix:
"array[0..0] of TType" changed to
"array[0 .. (MaxInt div SizeOf(TType))-1] of TType"
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1347 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions