Made "read-ahead" comment sufficiently ambigous: "buffer"|"filesystem" == ""

This commit is contained in:
Thomas Schmitt 2006-09-01 12:34:37 +00:00
parent dbb7601d9b
commit 1130a31d0e
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ int libburner_payload(struct burn_drive *drive, const char *source_adr,
burn_disc_add_session(target_disc, session, BURN_POS_END);
track = burn_track_create();
/* a padding of 300 kB is helpful to avoid the buffer-read-ahead bug */
/* a padding of 300 kB is helpful to avoid the read-ahead bug */
burn_track_define_data(track, 0, 300*1024, 1, BURN_MODE1);
if (source_adr[0] == '-' && source_adr[1] == 0) {