fix window_list_has_next()
This commit is contained in:
parent
85853051f0
commit
ec7cc1d523
@ -38,7 +38,7 @@ BOOL window_list_has_next(rdpWindowList* list)
|
|||||||
{
|
{
|
||||||
if (list->iterator != NULL)
|
if (list->iterator != NULL)
|
||||||
{
|
{
|
||||||
if (list->iterator != NULL)
|
if (list->iterator->next != NULL)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user