BraveCattle
Results
1
issues of
BraveCattle
In line 1726 in function dry_run, the code is ``` else if(fault = FAULT_TMOUT){ ``` which I believe it should be ``` else if(fault == FAULT_TMOUT){ ``` Still it seems...