|
@@ -2100,7 +2100,7 @@ static void curses_print_devstatus(struct cgpu_info *cgpu, int count)
|
|
|
if (devcursor + count > LINES - 2)
|
|
if (devcursor + count > LINES - 2)
|
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
- if (count > most_devices)
|
|
|
|
|
|
|
+ if (count >= most_devices)
|
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
if (cgpu->dev_start_tv.tv_sec == 0)
|
|
if (cgpu->dev_start_tv.tv_sec == 0)
|