From 5ae7efc18beb149af110746426f2ef0327c0f7e6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 15:22:01 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 2a5d61760..c29bd5ce4 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -948,7 +948,7 @@ char *parse_conf_line(char *line,char *field) if ( *line == '=' ) line++; while ( line[strlen(line)-1] == '\r' || line[strlen(line)-1] == '\n' || line[strlen(line)-1] == ' ' ) - line[strlen(line)-1] == 0; + line[strlen(line)-1] = 0; printf("LINE.(%s)\n",line); _stripwhite(line,0); return(clonestr(line));