diff options
Diffstat (limited to 'src/H5HG.c')
-rw-r--r-- | src/H5HG.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ printf("%s: size=%d\n",FUNC,(int)size); * align the pointer, but this might not be the case. */ n = H5HG_ALIGN(p-heap->chunk) - (p-heap->chunk); - memset(p, 0, n); + HDmemset(p, 0, n); p += n; /* The freespace object */ |