[Libburn] Writing Progress: 1st draft
Derek Foreman
manmower@signalmarketing.com
Mon, 8 Dec 2003 13:52:28 -0600 (CST)
On Mon, 8 Dec 2003, Tiago Cogumbreiro wrote:
> Here's my first draft of the writing progress implementation.
> Changelog:
> + changed progress.end_sector to progress.sectors
> + progress is only updated during writing tracks (does not appears
> during leads)
> + when we have a progress.sectors == 0 it's because we are not writing a
> track, this is updated in the end of each session
Hey Tiago,
Was there supposed to be a patch attached to this? :)
Should we use -1 instead of 0? the common behaviour will probably be to
divide by progress.sectors, it might make for easier debugging if misuse
doesn't result in a floating point exception?