diff options
Diffstat (limited to 'bdftopcf.c')
-rw-r--r-- | bdftopcf.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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++; |