Fixed a SIGFPE with formatting via libburner

Этот коммит содержится в:
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;