More bugfixes in comment offsets

This commit is contained in:
2026-03-18 19:23:27 +01:00
parent 34240dfbd8
commit 1aa8eb363f
2 changed files with 21 additions and 1 deletions

View File

@@ -822,7 +822,7 @@ export class Frame implements IFrame {
}
// remove altitude token from ext and advance ext for further parsing
commentOffset += 7;
commentOffset += altMatch[0].length;
ext = ext.replace(altMatch[0], "").trimStart();
continue;