git » fp-git.git » commit dd1064e

bugfix

author ecalot
2005-01-26 23:54:52 UTC
committer ecalot
2005-01-26 23:54:52 UTC
parent 85f5122bf1db9d62a8a615c7722da4c4ca32dd61

bugfix

FP/src/out/output.c +1 -1

diff --git a/FP/src/out/output.c b/FP/src/out/output.c
index 2fa7b49..751dade 100644
--- a/FP/src/out/output.c
+++ b/FP/src/out/output.c
@@ -68,7 +68,7 @@ typedef struct _valid_chars {
 	unsigned short w;   /* Width of character */
 } vChar;
 
-vChar valid_chars[255];
+vChar valid_chars[256];
 
 static SDL_Surface *font = NULL;
 int font_init = 0;