mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-10 08:33:32 +00:00
parent
fdafe59e13
commit
dac2dcfc9e
@ -680,6 +680,7 @@ where R: BufRead + ?Sized {
|
||||
skip,
|
||||
}),
|
||||
) => {
|
||||
ensure!(end >= start, "Invalid split range {:#X}..{:#X}", start, end);
|
||||
let (section_index, _) = match obj.sections.by_name(&name)? {
|
||||
Some(v) => Ok(v),
|
||||
None => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user