aboutsummaryrefslogtreecommitdiffstats
path: root/src/sba.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sba.cpp')
-rw-r--r--src/sba.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sba.cpp b/src/sba.cpp
index 8db057b7..6aeeb7cb 100644
--- a/src/sba.cpp
+++ b/src/sba.cpp
@@ -62,7 +62,7 @@ int SBAController::alloc(
continue;
break;
}
- if (ts < 8)
+ if (ts >= 0)
break;
}
if (trx == 8) {