]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - compress_filter.c
string: Rename para_malloc() -> alloc().
[paraslash.git] / compress_filter.c
index ff4ce6fb7663c5a0c35e1a42b433060b3b162b89..7bd3027105f95ba4ab1f3adf5d89ec2ad9722755 100644 (file)
@@ -66,7 +66,7 @@ next_buffer:
        if (inplace)
                op = ip;
        else
-               op = para_malloc(length);
+               op = alloc(length);
        for (i = 0; i < length / 2; i++) {
                /* be careful in that heat, my dear */
                int sample = *ip++;