More bugfixes in comment offsets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user