summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ptfformat.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ptfformat.cc b/ptfformat.cc
index f8800ab..6ffe524 100644
--- a/ptfformat.cc
+++ b/ptfformat.cc
@@ -931,8 +931,8 @@ PTFFormat::parserest10(void) {
for (j = k; regionspertrack > 0 && j < len; j++) {
for (l = j; l < len; l++) {
if ( (ptfunxored[l ] == 0x5a) &&
- (ptfunxored[l+1] == 0x07)) {
- j = l;
+ (ptfunxored[l+1] == 0x03)) {
+ l = j;
break;
}
}