applog(LOG_ERR,"%s%i:%s empty result (%s) ignored",
bflsc->drv->name,bflsc->device_id,xlink,tmp);
free(tmp);
@ -1321,7 +1323,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
@@ -1321,7 +1323,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
}
if(lines<QUE_RES_LINES_MIN){
tmp=str_text(buf);
tmp=str_text(pbuf);
applog(LOG_ERR,"%s%i:%s result too small (%s) ignored",
bflsc->drv->name,bflsc->device_id,xlink,tmp);
free(tmp);
@ -1330,7 +1332,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
@@ -1330,7 +1332,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
@ -1338,7 +1340,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
@@ -1338,7 +1340,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
free(tmp);
gotoarigatou;
}elseif(count!=1){
tmp=str_text(buf);
tmp=str_text(pbuf);
tmp2=str_text(items[1]);
applog(LOG_ERR,"%s%i:%s incorrect result count %d (%s) in (%s) will try anyway",
@ -1352,7 +1354,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
@@ -1352,7 +1354,7 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *buf, int *non
// 1+ In case the last line isn't 'OK' - try to process it
que=1+lines-QUE_RES_LINES_MIN;
tmp=str_text(buf);
tmp=str_text(pbuf);
tmp2=str_text(items[0]);
applog(LOG_ERR,"%s%i:%s incorrect result count %d (%s) will try %d (%s)",