- changed creation of iterator

- chanded all clone calls
This commit is contained in:
Jan Hutter
2005-11-29 08:54:48 +00:00
parent c6ec246d0d
commit a0753941e1
24 changed files with 92 additions and 122 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ static void add_absolute(private_event_queue_t *this, job_t *job, timeval_t time
iterator_t * iterator;
this->list->create_iterator(this->list,&iterator,TRUE);
iterator = this->list->create_iterator(this->list,TRUE);
iterator->has_next(iterator);
/* first element has not to be checked (already done) */