From dfeb1ef594e4eb970c05a4f99a6d17a51487c43b Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 19 Jan 2012 22:54:22 -0500 Subject: [PATCH] Restore old ugly inconsistent display of ADL information before the standard info --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 51cfdb31..6a16eb25 100644 --- a/main.c +++ b/main.c @@ -5580,9 +5580,9 @@ static void get_opencl_statline_before(char *buf, struct cgpu_info *gpu) int gp; if (gt != -1) - tailsprintf(buf, " %5.1fC ", gt); + tailsprintf(buf, "%5.1fC ", gt); else - tailsprintf(buf, " ", gt); + tailsprintf(buf, " ", gt); if (gf != -1) tailsprintf(buf, "%4dRPM ", gf); else if ((gp = gpu_fanpercent(gpuid)) != -1)