Added an initial value on proposal by Bart Vanherck

This commit is contained in:
Thomas Schmitt 2006-09-06 19:08:01 +00:00
parent 78b74fc47a
commit 73554f5283
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ int Cdrfifo_try_to_work(struct CdrfifO *o, int wait_usec,
struct timezone tz;
fd_set rds,wts,exs;
int ready,ret,max_fd= -1,buffer_space,dummy,still_active= 0;
int did_work= 0,elapsed,still_to_wait,speed_limiter= 0,ready_to_write;
int did_work= 0,elapsed,still_to_wait,speed_limiter= 0,ready_to_write= 0;
double start_out_counter;
struct CdrfifO *ff;