mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
bcbe2d32ad
commit
55512fb90e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user