queue.c updated

Richard, I see you updated queue.c – can you explain the reason(s)/fix(es)? Thanks! John W.

queue.c updated

Between revisions 104 and 106?  This was a result of this thread: http://sourceforge.net/forum/forum.php?thread_id=1807368&forum_id=382005 The extra line wakes the next task blocked on a queue if the original task that unblocked because data was placed in the queue did not remove the data, but merely peeked at the data. Regards.