projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0692f76
)
Resolution for bug 809561 reported by Nigel Stewart, regarding a possible array under...
author
J.C. Jones
<jc@insufficient.coffee>
Sat, 20 Sep 2003 16:18:01 +0000
(16:18 +0000)
committer
J.C. Jones
<jc@insufficient.coffee>
Sat, 20 Sep 2003 16:18:01 +0000
(16:18 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@194
7f0cb862
-5218-0410-a997-
914c9d46530a
src/freeglut_font.c
patch
|
blob
|
history
diff --git
a/src/freeglut_font.c
b/src/freeglut_font.c
index
c1e1db6
..
596a491
100644
(file)
--- a/
src/freeglut_font.c
+++ b/
src/freeglut_font.c
@@
-121,7
+121,7
@@
void FGAPIENTRY glutBitmapCharacter( void* fontID, int character )
/*
* Make sure the character we want to output is valid
*/
- freeglut_return_if_fail( character >= 0 && character < 256 );
+ freeglut_return_if_fail( character >= 1 && character < 256 );
/*
* Then find the character we want to draw