Skip to content

Heart app correlator typo #7

Description

@ddelemeny

Hi!

int a = (next-c)>0? (next-c) : (NSLOT+next-c);

I think this line should be written int a = (next-c) % NSLOT; as the current form will be out of bounds when next == c

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions