summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ptfformat.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ptfformat.cc b/ptfformat.cc
index 21c6dca..97a18c1 100644
--- a/ptfformat.cc
+++ b/ptfformat.cc
@@ -796,6 +796,7 @@ PTFFormat::parserest89(void) {
uint8_t somethingbytes = 0;
uint8_t skipbytes = 0;
+ k = 0;
while (k < len) {
if ( (ptfunxored[k ] == 'S') &&
(ptfunxored[k+1] == 'n') &&
@@ -1044,6 +1045,7 @@ PTFFormat::parserest10(void) {
uint8_t somethingbytes = 0;
uint8_t skipbytes = 0;
+ k = 0;
while (k < len) {
if ( (ptfunxored[k ] == 'S') &&
(ptfunxored[k+1] == 'n') &&