port header parsing

This commit is contained in:
Folkert 2021-03-10 01:02:24 +01:00
parent 4b8f5fb477
commit 2773639c7b
4 changed files with 113 additions and 55 deletions

View file

@ -2592,7 +2592,7 @@ fn to_header_report<'a>(
}
}
EHeader::PlatformName(row, col) => {
EHeader::PlatformName(_, row, col) => {
let surroundings = Region::from_rows_cols(start_row, start_col, *row, *col);
let region = Region::from_row_col(*row, *col);