Fixed data spoiling bug with ring buffer introduced with rev 1155
This commit is contained in:
parent
ee7fcf7522
commit
a63d9b11c4
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.10.05.085929"
|
#define Cdrskin_timestamP "2007.10.05.231712"
|
||||||
|
@ -469,7 +469,7 @@ int burn_fifo_source_shoveller_ng(struct burn_source *source, int flag)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Obtain next chunk */
|
/* Obtain next chunk */
|
||||||
ret = fs->inp->read(fs->inp, (unsigned char *) fs->buf,
|
ret = fs->inp->read(fs->inp, (unsigned char *) bufpt,
|
||||||
fs->chunksize);
|
fs->chunksize);
|
||||||
if (ret > 0)
|
if (ret > 0)
|
||||||
fs->in_counter += ret;
|
fs->in_counter += ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user