unsigned variables cant be negative

This commit is contained in:
iceman1001 2019-03-18 17:16:27 +01:00
parent c8c9a69e3e
commit 0ed99ce0c4

View file

@ -164,7 +164,7 @@ void RunMod() {
Dbprintf("[=] Proxbrute - starting decrementing card number");
while (cardnum >= 0) {
while (cardnum > 0) {
// Needed for exiting from proxbrute when button is pressed
if (BUTTON_PRESS()) {