1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

curses - fix - put a dev_width inside #ifdef

This commit is contained in:
Kano 2013-03-04 14:06:15 +11:00
parent aed1e516db
commit 97cb77d18a

View File

@ -6715,7 +6715,9 @@ void enable_device(struct cgpu_info *cgpu)
mutex_unlock(&devices_lock);
if (hotplug_mode) {
new_threads += cgpu->threads;
#ifdef HAVE_CURSES
adj_width(mining_threads + new_threads, &dev_width);
#endif
} else {
mining_threads += cgpu->threads;
#ifdef HAVE_CURSES