Corrected bug with debug messages for fifo

This commit is contained in:
Thomas Schmitt 2007-01-14 10:19:10 +00:00
parent caef0aa400
commit 16baf48b2e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.01.13.214259"
#define Cdrskin_timestamP "2007.01.14.101742"