summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-08-07 05:23:04 +1000
committerDamien Zammit <damien@zamaudio.com>2015-08-07 05:23:04 +1000
commitfd5d0971815d30aece2a0ded3991f61d90774da7 (patch)
tree598fbe6dd135a36762aedaf2de954ef023b7bab0
parent02ba10aee106084db8dd612073fd61fae154d092 (diff)
Fixed ptx parsing !
Signed-off-by: Damien Zammit <damien@zamaudio.com>
-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;
}
}