Skip to content

Commit

Permalink
Build 21.11.07.105
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce authored Nov 7, 2021
1 parent 7495e91 commit 7301489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("21.10.19.103")]
[assembly: AssemblyFileVersion("21.10.19.103")]
[assembly: AssemblyVersion("21.11.07.105")]
[assembly: AssemblyFileVersion("21.11.07.105")]
2 changes: 2 additions & 0 deletions ax25kiss.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ public void Parse()
offset += 7;

int repeaters = 0;
path = null;

while (offset + 7 <= size && (packet[offset - 1] & 0x01) == 0)
{
repeaters++;
Expand Down
Binary file modified bin/Debug/KMZViewer.exe
Binary file not shown.

0 comments on commit 7301489

Please sign in to comment.