Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #1942 #1944

Merged
merged 7 commits into from
Jan 18, 2022
Merged

Fix for issue #1942 #1944

merged 7 commits into from
Jan 18, 2022

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    38b5da4 View commit details
    Browse the repository at this point in the history
  2. Add test for issue #1942

    brianpopow committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    c476caa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    559feb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    805f9d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300ad3c View commit details
    Browse the repository at this point in the history
  3. Change while condition to: offset < this.Data.Length - 4

    Co-authored-by: Günther Foidl <gue@korporal.at>
    brianpopow and gfoidl committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    02cc773 View commit details
    Browse the repository at this point in the history
  4. Review suggestion from gfoidl:

    Change condition to (offset <= this.Data.Length - byteCount)
    brianpopow committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6f495f1 View commit details
    Browse the repository at this point in the history