See ChangeLog entry 2002-05-14 16:22 UTC-0400 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -2826,7 +2826,7 @@ static LPTAGINFO ntxFindIndex( NTXAREAP pArea , PHB_ITEM lpOrder )
|
||||
{
|
||||
do
|
||||
{
|
||||
if( !stricmp( current->TagName , hb_itemGetCPtr( lpOrder ) ) )
|
||||
if( !hb_stricmp( current->TagName , hb_itemGetCPtr( lpOrder ) ) )
|
||||
return current;
|
||||
current = current->pNext;
|
||||
} while( current );
|
||||
|
||||
Reference in New Issue
Block a user