fix check-structures-sanity picking the wrong type for linked list items

develop
Ben Lubar 2020-03-08 00:21:18 -06:00
parent ffb3c29cfc
commit a2e34a3b71
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
1 changed files with 1 additions and 1 deletions

@ -799,7 +799,7 @@ void Checker::queue_df_linked_list(const ToCheck & item)
return;
}
auto item_type = static_cast<struct_identity *>(item.identity)->getFields()[2].type;
auto item_type = static_cast<struct_identity *>(item.identity)->getFields()[0].type;
int index = -1;
struct df_linked_list_entry