]> git.donarmstrong.com Git - qmk_firmware.git/commit
dynamic_macro.h: Fix an off-by-two error
authorWojciech Siewierski <wojciech.siewierski@onet.pl>
Wed, 3 May 2017 23:19:05 +0000 (01:19 +0200)
committerWojciech Siewierski <wojciech.siewierski@onet.pl>
Wed, 3 May 2017 23:26:35 +0000 (01:26 +0200)
commit436d661775178fb62b46afdc3d755fdb413dcb35
treeda4962debe39bfcb208558878fe67b76edd7b0c6
parent5e2a9992783e584f66dfeef16abf9d31c976311a
dynamic_macro.h: Fix an off-by-two error

We need to check whether we just passed the after-the-end point of the
other macro. Instead we were checking whether we are going to reach it
now.
quantum/dynamic_macro.h