- Timestamp:
- Mar 23, 2007, 2:41:15 AM (18 years ago)
- Location:
- oup/current/Global
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Global/OniImgClass.pas
r118 r122 611 611 x := x div 2; 612 612 y := y div 2; 613 size := (size +x * y * bpp) div 8;613 size := size + (x * y * bpp) div 8; 614 614 until (x = 1) or (y = 1); 615 615 end; -
oup/current/Global/RawList.pas
r118 r122 341 341 x := x div 2; 342 342 y := y div 2; 343 datasize := (datasize +x * y * bpp) div 8;343 datasize := datasize + (x * y * bpp) div 8; 344 344 until (x = 1) or (y = 1); 345 345 end;
Note:
See TracChangeset
for help on using the changeset viewer.