--- oup/current/Global/RawList.pas 2007/03/23 00:58:09 118 +++ oup/current/Global/RawList.pas 2007/03/23 01:41:15 122 @@ -340,7 +340,7 @@ begin repeat x := x div 2; y := y div 2; - datasize := (datasize + x * y * bpp) div 8; + datasize := datasize + (x * y * bpp) div 8; until (x = 1) or (y = 1); end;