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

Duplicate key entires? #167

Closed
smithkyle opened this issue Jul 12, 2023 · 1 comment · Fixed by #168
Closed

Duplicate key entires? #167

smithkyle opened this issue Jul 12, 2023 · 1 comment · Fixed by #168

Comments

@smithkyle
Copy link
Contributor

I was curious about this when I added fa2b880 - are the lines below duplicated for a reason?

libnut-core/src/main.cc

Lines 303 to 307 in fa2b880

{"add", K_ADD},
{"subtract", K_SUBTRACT},
{"multiply", K_MULTIPLY},
{"divide", K_DIVIDE},
{"clear", K_CLEAR},

libnut-core/src/main.cc

Lines 309 to 313 in fa2b880

{"add", K_ADD},
{"subtract", K_SUBTRACT},
{"multiply", K_MULTIPLY},
{"divide", K_DIVIDE},
{"clear", K_CLEAR},

@s1hofmann
Copy link
Member

Hi @smithkyle 👋

Short answer: No.

Must've happened by accident.

All the best

Simon

smithkyle added a commit to smithkyle/libnut-core that referenced this issue Jul 27, 2023
…turn/enter keys, and removes duplicate lines closes nut-tree#167
smithkyle added a commit to smithkyle/libnut-core that referenced this issue Jul 27, 2023
…turn/enter keys, and removes duplicate lines closes nut-tree#167
s1hofmann pushed a commit that referenced this issue Jan 29, 2024
…turn/enter keys, and removes duplicate lines closes #167 (#168)
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 a pull request may close this issue.

2 participants