X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_write.c;h=1a837e5700c7cfdb7e86951f8ae999645c49bd67;hp=96d7b1871a941bff1662ae2a9512b85c79e7b4b9;hb=HEAD;hpb=563b56a493d6a2bdcdebafadd907954dbe1de8a8 diff --git a/oss_write.c b/oss_write.c index 96d7b187..4ea85afa 100644 --- a/oss_write.c +++ b/oss_write.c @@ -218,7 +218,7 @@ static int oss_post_monitor(__a_unused struct sched *s, void *context) bytes = btr_next_buffer(btrn, &data); frames = bytes / powd->bytes_per_frame; if (!frames) { /* eof and less than a single frame available */ - ret = -E_WRITE_COMMON_EOF; + ret = -E_EOF; goto out; } ret = 0;