Browse Source

Merge commit '9f26f8b' into bfgminer

Luke Dashjr 11 years ago
parent
commit
78f8a27152
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitforce.c

+ 1 - 1
driver-bitforce.c

@@ -555,7 +555,7 @@ bool bitforce_detect_oneof(const char * const devpath, struct bitforce_lowl_inte
 	struct cgpu_info *bitforce;
 	char pdevbuf[0x100];
 	size_t pdevbuf_len;
-	char *s;
+	char *s = NULL;
 	int procs = 1, parallel = -1;
 	long maxchipno = 0;
 	struct bitforce_init_data *initdata;