X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=b1aec4bc2c4cb0049ed942d3b7e7708b2de84688;hp=da70d4c04a2e2ec2dce8b955a5430442cd912519;hb=b087c1356e3eebf656aa1c783ff7e50c9de5a229;hpb=77e8ab4134501ec439f1ac7c7e1c418ac597ea48 diff --git a/oggdec_filter.c b/oggdec_filter.c index da70d4c0..b1aec4bc 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -211,7 +211,7 @@ static int ogg_post_monitor(__a_unused struct sched *s, void *context) ret = btr_node_status(btrn, fn->min_iqs, BTR_NT_INTERNAL); if (ret < 0) { - if (ret != -E_BTR_EOF) /* fatal error */ + if (ret != -E_EOF) /* fatal error */ goto out; if (fn->min_iqs == 0 && !pod->have_more) /* EOF */ goto out;