* Deal with unhandled filter arguments more gracefully.
This commit is contained in:
parent
6d94a96543
commit
7315d001a5
@ -502,7 +502,12 @@ SendContainer(struct upnphttp * h, const char * objectID, int itemStart, int ite
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINTF(E_INFO, L_TIVO, "Unhandled Filter [%s]\n", item);
|
DPRINTF(E_INFO, L_TIVO, "Unhandled Filter [%s]\n", item);
|
||||||
strcat(myfilter, "0 = 1");
|
if( i )
|
||||||
|
{
|
||||||
|
ret = strlen(myfilter);
|
||||||
|
myfilter[ret-4] = '\0';
|
||||||
|
}
|
||||||
|
i--;
|
||||||
}
|
}
|
||||||
item = strtok_r(NULL, ",", &saveptr);
|
item = strtok_r(NULL, ",", &saveptr);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user