]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wma_afh.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / wma_afh.c
index f2afae3bfda9430265c10d708be4f343f9b3f52a..a6fbecca59252e9ee403d7c9e0f454a0eff16e13 100644 (file)
--- a/wma_afh.c
+++ b/wma_afh.c
@@ -318,7 +318,7 @@ static int convert_utf8_to_utf16(char *src, char **dst)
        int ret;
 
        if (!src || !*src) {
-               *dst = para_calloc(2);
+               *dst = zalloc(2);
                return 0;
        }
        /*