Browse Source

Bugfix: modminer: Remove unused parameter to sprintf

Luke Dashjr 12 years ago
parent
commit
1a4c3d7b73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -472,7 +472,7 @@ get_modminer_statline_before(char *buf, struct cgpu_info *modminer)
 	if (gt > 0)
 		tailsprintf(buf, "%5.1fC ", gt);
 	else
-		tailsprintf(buf, "       ", gt);
+		tailsprintf(buf, "       ");
 	tailsprintf(buf, "        | ");
 	
 	return;