1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 11:34:16 +00:00

Handle failed tolines command in bflsc driver.

This commit is contained in:
Con Kolivas 2013-04-26 23:22:19 +10:00
parent 6db9745287
commit 21fd80dfa4

View File

@ -606,6 +606,9 @@ static bool getinfo(struct cgpu_info *bflsc, int dev)
memset(&sc_dev, 0, sizeof(struct bflsc_dev));
sc_info->sc_count = 1;
res = tolines(bflsc, dev, &(buf[0]), &lines, &items, C_GETDETAILS);
if (!res)
return false;
for (i = 0; i < lines-2; i++) {
res = breakdown(ONECOLON, items[i], &count, &firstname, &fields, &lf);
if (lf)