X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=compress_filter.c;h=1bce35f53f9ef3411a57bc6ea4564df6eea419b7;hb=e0bda32344d654026a45293e99ac21d4d32cf83b;hp=a6a001919acc5038039d5de0b0590a265052e978;hpb=15e3068cd0b95a7ae37f8edc2eceea3b2a3a49a9;p=paraslash.git diff --git a/compress_filter.c b/compress_filter.c index a6a00191..1bce35f5 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -59,7 +59,7 @@ next_buffer: btr_merge(btrn, fn->min_iqs); length = btr_next_buffer(btrn, &inbuf) & ~(size_t)1; if (length == 0) { /* eof and 1 byte available */ - ret = -E_COMPRESS_EOF; + ret = -E_EOF; goto err; } ip = (int16_t *)inbuf;