Corrected bug with debug messages for fifo
This commit is contained in:
parent
15b62d7299
commit
6eba65c63d
@ -4344,7 +4344,7 @@ thank_you_for_patience:;
|
||||
if(skin->verbosity>=Cdrskin_verbose_debug_fifO) {
|
||||
fprintf(stderr,
|
||||
"\ncdrskin_debug: fifo >= %9d / %d : %8.f in, %8.f out\n",
|
||||
fill,space+fill,
|
||||
fill,(int) buffer_size,
|
||||
curr_fifo_in-last_fifo_in,curr_fifo_out-last_fifo_out);
|
||||
last_fifo_in= curr_fifo_in;
|
||||
last_fifo_out= curr_fifo_out;
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.01.13.214259"
|
||||
#define Cdrskin_timestamP "2007.01.14.101742"
|
||||
|
Loading…
Reference in New Issue
Block a user