]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - check_wav.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / check_wav.c
index 89ebdacc0805e9575acea92d09ed3b2dd81ebac3..c24a402eccb46a5ece335c99cab75f3c982b71fb 100644 (file)
@@ -207,7 +207,7 @@ struct check_wav_context *check_wav_init(struct btr_node *parent,
                struct btr_node *child, struct wav_params *params,
                struct btr_node **cw_btrn)
 {
-       struct check_wav_context *cwc = para_calloc(sizeof(*cwc));
+       struct check_wav_context *cwc = zalloc(sizeof(*cwc));
 
        cwc->state = CWS_NEED_HEADER;
        cwc->min_iqs = WAV_HEADER_LEN;