Revoked change of 1 Sep 2006 revision 78 (full -nopad)

This commit is contained in:
Thomas Schmitt 2006-09-15 17:48:30 +00:00
parent a2ec556422
commit 67abbdb5a0
2 changed files with 6 additions and 2 deletions

View File

@ -245,6 +245,10 @@ or
#define Cdrskin_is_erasable_on_load_is_brokeN 1
#endif
/** http://libburn.pykix.org/ticket/41 reports of big trouble without that */
#define Cdrskin_all_tracks_with_sector_paD 1
/** A macro which is able to eat up a function call like printf() */
#ifdef Cdrskin_extra_leaN
#define ClN(x)
@ -789,7 +793,7 @@ int Cdrtrack_new(struct CdrtracK **track, struct CdrskiN *boss,
o->fixed_size= 0.0;
o->padding= 0.0;
o->set_by_padsize= 0;
o->sector_pad_up= 0;
o->sector_pad_up= Cdrskin_all_tracks_with_sector_paD;
o->track_type= BURN_MODE1;
o->fifo_enabled= 0;
o->fifo= NULL;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.09.15.101326"
#define Cdrskin_timestamP "2006.09.15.174748"