From c2f9ce9c4b65ee53cd0c070895833215185061f3 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 19 Sep 2017 13:49:04 +0100 Subject: New line bug fix, /b 5 --- cmd/cmd_rand_libc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/cmd_rand_libc.c') diff --git a/cmd/cmd_rand_libc.c b/cmd/cmd_rand_libc.c index 1860a77..f0bd7a1 100644 --- a/cmd/cmd_rand_libc.c +++ b/cmd/cmd_rand_libc.c @@ -35,7 +35,7 @@ void *cmd_rand_libc(void *data) snprintf(str_integer, 16, "%d ", rand_r(&rand_state)); out_result = sdscat(out_result, str_integer); } - out_result = sdscat(out_result,"\n"); + out_result = sdscat(out_result,""); snprintf(buf, buf_size, "%s", out_result); sdsfree(params); -- cgit v1.2.3