]> andersk Git - moira.git/blobdiff - dbck/nhash.c
DBMS=ORACLE
[moira.git] / dbck / nhash.c
index e7a6c878fb46fed5704992b43ae12cece661abba..b315116cdcf3f5fac2135211f1e1fa781d961dc3 100644 (file)
@@ -42,7 +42,7 @@ int size;
        free(h);
        return((struct int_hash *) NULL);
     }
-    bzero(h->data, size * sizeof(char *));
+    memset(h->data, 0, size * sizeof(char *));
     return(h);
 }
 
This page took 0.037501 seconds and 4 git commands to generate.