* Fix bug with filter processing, which was introduced by recent uClibc changes.
This commit is contained in:
@ -302,7 +302,7 @@ set_filter_flags(char * filter)
|
|||||||
while( item != NULL )
|
while( item != NULL )
|
||||||
{
|
{
|
||||||
if( saveptr )
|
if( saveptr )
|
||||||
*(saveptr-1) = ',';
|
*(item-1) = ',';
|
||||||
if( strcmp(item, "@childCount") == 0 )
|
if( strcmp(item, "@childCount") == 0 )
|
||||||
{
|
{
|
||||||
flags |= FILTER_CHILDCOUNT;
|
flags |= FILTER_CHILDCOUNT;
|
||||||
|
Reference in New Issue
Block a user