mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 04:48:40 +00: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 {
|
} else {
|
||||||
// place sections without sort postfix first
|
// 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 {
|
} else {
|
||||||
// sort on section postfix
|
// sort on section postfix
|
||||||
|
|||||||
Reference in New Issue
Block a user