typo in contrib sort

This commit is contained in:
Nikita Smith
2025-06-06 10:44:52 -07:00
committed by Ryan Fleury
parent 246bbf1e23
commit f64265aafe
+1 -1
View File
@@ -2426,7 +2426,7 @@ lnk_section_contrib_ptr_is_before(void *raw_a, void *raw_b)
}
} else {
// place sections without sort postfix first
cmp = a->u.sort_idx_size < b->u.sort_idx_size;
cmp = u16_compar(&a->u.sort_idx_size, &b->u.sort_idx_size);
}
} else {
// sort on section postfix