patch to eliminate negative index into array

from  Bjorn Ahlqvist <bahl@privat.utfors.se>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.4@4291 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-05-26 17:38:11 +00:00
parent bcbe2d32ad
commit 55512fb90e

View File

@ -45,7 +45,7 @@ static short module = MOD_REGISTER;
\********************************************************************/
static int
CHAR_TO_INDEX( char c )
CHAR_TO_INDEX( unsigned char c )
{
int index = toupper(c);