mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-14 16:12:24 -07:00
typo in contrib sort
This commit is contained in:
committed by
Ryan Fleury
parent
246bbf1e23
commit
f64265aafe
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user