Fixed data spoiling bug with ring buffer introduced with rev 1155
This commit is contained in:
parent
e54562c05d
commit
3e7c3985b5
@ -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 */
|
||||
ret = fs->inp->read(fs->inp, (unsigned char *) fs->buf,
|
||||
ret = fs->inp->read(fs->inp, (unsigned char *) bufpt,
|
||||
fs->chunksize);
|
||||
if (ret > 0)
|
||||
fs->in_counter += ret;
|
||||
|
Loading…
Reference in New Issue
Block a user