* Fix bug with filter processing, which was introduced by recent uClibc changes.

This commit is contained in:
Justin Maggard 2009-10-30 17:57:27 +00:00
parent e685e0be3c
commit ef4271cb83

View File

@ -302,7 +302,7 @@ set_filter_flags(char * filter)
while( item != NULL )
{
if( saveptr )
*(saveptr-1) = ',';
*(item-1) = ',';
if( strcmp(item, "@childCount") == 0 )
{
flags |= FILTER_CHILDCOUNT;