summaryrefslogtreecommitdiff
path: root/src/base/ftobjs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ftobjs.c')
-rw-r--r--src/base/ftobjs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index 9e2b613d9..e0ffe2412 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -112,7 +112,7 @@
goto Fail;
if ( size > current )
- memset( (char*)Q + current, 0, size - current );
+ MEM_Set( (char*)Q + current, 0, size - current );
*P = Q;
return FT_Err_Ok;