]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / mp.c
diff --git a/mp.c b/mp.c
index f85ded85184eeff8a4f6d2495d4435c86d06737c..fb5a0c07472c46bb7d5ca42fcb4061d54755f96b 100644 (file)
--- a/mp.c
+++ b/mp.c
@@ -518,7 +518,7 @@ int mp_init(const char *definition, int nbytes, struct mp_context **result,
                        *errmsg = NULL;
                return 0;
        }
-       ctx = para_calloc(sizeof(*ctx));
+       ctx = zalloc(sizeof(*ctx));
        ctx->errmsg = NULL;
        ctx->ast = NULL;