summaryrefslogtreecommitdiff
path: root/Build/source/texk/gsftopk/gsftopk.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gsftopk/gsftopk.c')
-rw-r--r--Build/source/texk/gsftopk/gsftopk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/gsftopk/gsftopk.c b/Build/source/texk/gsftopk/gsftopk.c
index 52c45e5d9f3..1e169887b6c 100644
--- a/Build/source/texk/gsftopk/gsftopk.c
+++ b/Build/source/texk/gsftopk/gsftopk.c
@@ -1698,7 +1698,7 @@ pk_rll_cvt(void)
* Form bit counts and collect statistics
*/
base = 0;
- bzero(deltas, sizeof(deltas));
+ memset(deltas, 0, sizeof(deltas));
rowdup = NULL; /* last row checked for duplicates */
p = rowptr = bitmap;
mask = 0x80 >> skip;