Fixed a SIGFPE with formatting via libburner

This commit is contained in:
Thomas Schmitt 2007-01-09 14:03:43 +00:00
父節點 7211f210dc
當前提交 5fc55ec164
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -1 +1 @@
#define Cdrskin_timestamP "2007.01.08.104407"
#define Cdrskin_timestamP "2007.01.09.140302"

查看文件

@ -489,7 +489,7 @@ void burn_disc_format_sync(struct burn_drive *d, off_t size, int flag)
#ifdef Libburn_format_ignore_sizE
size = 0;
#else
stages = 2 * (flag & 1);
stages = 1 + (flag & 1);
#endif
d->cancel = 0;