Had to get last call to multipass_split_output() inside
[pspp-builds.git] / src / groff-font.c
index e4df2cff7c94788222323fc06eab5d610b251750..331da33d38dbd07ec4239f35e2a07b05cadc066a 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <config.h>
 #include "font.h"
-#include <assert.h>
+#include "error.h"
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
@@ -92,7 +92,7 @@ groff_read_font (const char *fn)
   char *key;
 
   /* 0=kernpairs section, 1=charset section. */
-  int charset;
+  int charset = 0;
 
   /* Index for previous line. */
   int prev_index = -1;