summaryrefslogtreecommitdiff
path: root/bdftopcf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bdftopcf.c')
-rw-r--r--bdftopcf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bdftopcf.c b/bdftopcf.c
index b982467..f31b275 100644
--- a/bdftopcf.c
+++ b/bdftopcf.c
@@ -40,7 +40,7 @@ from The Open Group.
int
main(int argc, char *argv[])
{
- FontRec font;
+ FontRec font = { 0 };
FontFilePtr input, output;
@@ -50,8 +50,6 @@ main(int argc, char *argv[])
int bit, byte, glyph, scan;
- bzero(&font, sizeof(FontRec));
-
FontDefaultFormat(&bit, &byte, &glyph, &scan);
program_name = argv[0];
argc--, argv++;