Skip to content

Commit

Permalink
#9 - Update Record - tst for ios RE
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems authored Aug 4, 2024
1 parent fd5c797 commit 41bddd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public String toString() {
buffer.append(this.getBearing());
buffer.append(",alt=");
buffer.append(this.getAltitude());
buffer.append(",tst");
buffer.append(",tst=");
buffer.append(this.getTsStart());
buffer.append(",tsp=");
buffer.append(this.getTsStop());
Expand Down Expand Up @@ -475,4 +475,4 @@ public String toString() {
return buffer.toString();
}

}
}

0 comments on commit 41bddd2

Please sign in to comment.