Browse Source

Fix minor warning.

Con Kolivas 14 years ago
parent
commit
8c387ef615
1 changed files with 1 additions and 1 deletions
  1. 1 1
      icarus.c

+ 1 - 1
icarus.c

@@ -244,7 +244,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work,
 	char *ob_hex, *nonce_hex;
 	char *ob_hex, *nonce_hex;
 	uint32_t nonce;
 	uint32_t nonce;
 	uint32_t hash_count;
 	uint32_t hash_count;
-	time_t t;
+	time_t t = 0;
 
 
 	icarus = thr->cgpu;
 	icarus = thr->cgpu;
 	fd = icarus->device_fd;
 	fd = icarus->device_fd;