X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=alsa_write.c;h=c856ef4a2d23d256015028a89131fb19824f9a26;hp=faadec1f673b5064465bf6151fcaa12990098359;hb=19d9318abf42debb15d833d4e56ab636893285c3;hpb=51dde9efab2d662cf5813d26d5c9aebce6e197e7 diff --git a/alsa_write.c b/alsa_write.c index faadec1f..c856ef4a 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -176,7 +176,7 @@ static int alsa_write_post_select(__a_unused struct sched *s, // PARA_INFO_LOG("%zd frames\n", frames); if (!frames) { - if (*wng->input_eof) + if (*wng->input_error) wn->written = *wng->loaded; return 1; }