[PATCH] compare_samples: Remove unnecessary space before units

Alexandre Belloni alexandre.belloni at piout.net
Fri Nov 29 23:23:40 UTC 2013


Signed-off-by: Alexandre Belloni <alexandre.belloni at piout.net>
---
 profile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profile.c b/profile.c
index 453da991a118..defeb94fd54b 100644
--- a/profile.c
+++ b/profile.c
@@ -1414,7 +1414,7 @@ void compare_samples(struct plot_data *e1, struct plot_data *e2, char *buf, int
 	memcpy(buf2, buf, bufsize);
 
 	depthvalue = get_depth_units(max_depth, NULL, &depth_unit);
-	snprintf(buf, bufsize, translate("gettextFromC","%s %sD:%.1f %s"), buf2, UTF8_UPWARDS_ARROW, depthvalue, depth_unit);
+	snprintf(buf, bufsize, translate("gettextFromC","%s %sD:%.1f%s"), buf2, UTF8_UPWARDS_ARROW, depthvalue, depth_unit);
 	memcpy(buf2, buf, bufsize);
 
 	depthvalue = get_depth_units(avg_depth, NULL, &depth_unit);
-- 
1.8.3.2



More information about the subsurface mailing list