This commit is contained in:
rolandreichweinbmw 2025-03-01 18:57:27 +01:00 committed by John Wellbelove
parent b5ee8fb259
commit ef2337cfe5

View File

@ -351,11 +351,7 @@ namespace etl
}
p_previous = p_link;
if (p_link != ETL_NULLPTR)
{
p_link = p_link->link_type::etl_next;
}
p_link = p_link->link_type::etl_next;
}
return ETL_NULLPTR;