Skip to content

Update aprsis.go PrintfLine#29

Open
jwuensch wants to merge 1 commit into
cceremuga:masterfrom
jwuensch:jwuensch-fix-printf-bug
Open

Update aprsis.go PrintfLine#29
jwuensch wants to merge 1 commit into
cceremuga:masterfrom
jwuensch:jwuensch-fix-printf-bug

Conversation

@jwuensch

Copy link
Copy Markdown
Contributor

This code causes problems when a % shows up in a Mic-E comment.

The first arg of PrintfLine is a format string, any '%' chars will cause problems. It is best to have a static first arg.

73,
Jay

This code causes problems when a % shows up in a Mic-E comment.

The first arg of PrintfLine is a format string, any '%' chars will cause problems. It is best to have a static first arg.

73,
Jay

@hessu hessu left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an important fix that fixes packet data corruption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants