Reacted on warnings of -Wunused-but-set-variable
This commit is contained in:
parent
04005adaf4
commit
9fbae8df29
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.07.04.143922"
|
||||
#define Cdrskin_timestamP "2011.07.04.171649"
|
||||
|
@ -625,7 +625,9 @@ void burn_fifo_next_interval(struct burn_source *source,
|
||||
|
||||
*interval_min_fill = fs->interval_min_fill;
|
||||
ret = burn_fifo_inquire_status(source,
|
||||
&size, &free_bytes, &status_text);
|
||||
&size, &free_bytes, &status_text);
|
||||
if (ret < 0)
|
||||
return;
|
||||
fs->interval_min_fill = size - free_bytes - 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user