「🔨」 fix: fixed issue with parsing not working properly
This commit is contained in:
@ -72,7 +72,7 @@ void print_stats(void) {
|
||||
bool check_for_count(options_t opt) {
|
||||
if (opt.count == -1)
|
||||
return false;
|
||||
if (tx_count > opt.count)
|
||||
if (tx_count >= opt.count)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user