[Bf-committers] another dumb question

Chris Want bf-committers@blender.org
Fri, 20 Dec 2002 07:33:25 -0700


> a quick look at teditfont.c tells me that ascii is int, and is never
> passed to insert_into_textbuf() as higher than char

ascii is declared as a char here (passed to do_textedit as an arg) ...

Chris