[delphizip] Oohps, commented out wrong line!

  • From: Alistair Grant George <bigal@xxxxxxxxxx>
  • To: delphizip@xxxxxxxxxxxxx
  • Date: Mon, 2 Dec 2002 13:40:26 +1300

Hello delphizip,

  Commented out wrong line before here correct code:

            // Set the maximum number of bytes that can be written to this 
disk(file).
                if MaxVolumeSize > 0 then
                if MaxVolumeSize < FFreeOnDisk then
                    FFreeOnDisk := MaxVolumeSize
                     else FFreeOnDisk:=round(FFreeOnDisk*0.98);

-- 
Regards,
 Alistair+


Other related posts:

  • » [delphizip] Oohps, commented out wrong line!