]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - prebuffer_filter.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / prebuffer_filter.c
index 9a801900c157e1da2da979c92d7bd60d03e21b9c..ef66ffa13f2308eb4ac1571d9314ba4aee17e8b2 100644 (file)
@@ -80,7 +80,7 @@ fail:
 
 static void prebuffer_open(struct filter_node *fn)
 {
-       struct private_prebuffer_data *ppd = para_calloc(sizeof(*ppd));
+       struct private_prebuffer_data *ppd = zalloc(sizeof(*ppd));
        fn->private_data = ppd;
 }