Skip to content

Fix integer overflow on progress dialog

Alex Henrie requested to merge alexhenrie/brasero:int-overflow into master

When the size of the ISO image exceeds 2^32 bytes, 2^32 bytes are subtracted from the size displayed when the progress dialog finishes, which makes it look like there was an error.

Merge request reports