$OpenBSD: patch-font_c,v 1.2 2010/03/21 10:41:43 jasper Exp $
--- font.c.orig	Sun Jan 31 16:12:10 2010
+++ font.c	Sun Jan 31 16:12:27 2010
@@ -85,8 +85,8 @@ int vfontType;
 
 typedef struct FontCharInfoType
 {
-  char offset;
-  char width;
+  int offset;
+  int width;
 } FontCharInfoType;
 
 FontCharInfoType *fntOW[256];
