New formatting parameter "size". Sorry for changing API. Function is a week old.

This commit is contained in:
2007-01-06 12:08:57 +00:00
parent f6b751c4bd
commit ab51d551d3
11 changed files with 26 additions and 17 deletions

View File

@ -4021,7 +4021,7 @@ unsupported_with_dvd_minus_rw:;
#ifdef Cdrskin_libburn_has_burn_disc_formaT
} else if(do_format==1) {
burn_disc_format(drive,0);
burn_disc_format(drive,(off_t) 0,0);
#endif
} else {

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.01.05.125715"
#define Cdrskin_timestamP "2007.01.06.120551"