]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make the wng->eof a pointer.
authorAndre <maan@p133.(none)>
Tue, 23 May 2006 18:27:23 +0000 (20:27 +0200)
committerAndre <maan@p133.(none)>
Tue, 23 May 2006 18:27:23 +0000 (20:27 +0200)
commit0610638110061ff05670a6c497b371bf2e1d4d0f
tree6463e6fb0501ae58a40802760e5db12088113e83
parent2290d9be0703d3f83f38c2f100b1b41ec0790bb3
Make the wng->eof a pointer.

The receiver/stdin_reader already have a corresponding field.

This patch also fixes a bug in the alsa_writer which was introduced
by the previous patch. This bug caused a playback delay of one second.
alsa_writer.c
stdin.c
stdin.h
write.c
write.h
write_common.c