summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2018-03-22 14:11:37 -0300
committermongo <andmarti@gmail.com>2018-03-22 14:11:37 -0300
commit7890bdc0467d13e083b7226579fef2951ab02de4 (patch)
tree88abfbdaa53d18ce0e4260e050490fe14ed73a20 /src/cmds_command.c
parent732f34281182b7ba92b7e15532a143ad8f2bb879 (diff)
work on issue 240
Diffstat (limited to 'src/cmds_command.c')
-rw-r--r--src/cmds_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds_command.c b/src/cmds_command.c
index 5bbc33c..69a7cf8 100644
--- a/src/cmds_command.c
+++ b/src/cmds_command.c
@@ -757,9 +757,9 @@ void do_commandmode(struct block * sb) {
if ((l = wcschr(line, L'=')) != NULL) l[0] = L'\0';
wcstombs(oper, line, BUFFERSIZE);
if (get_conf_value(oper)) {
- sc_info("Config value changed: %s", oper);
wcscpy(interp_line, inputline);
send_to_interp(interp_line);
+ sc_info("Config value changed: %s", oper);
} else
sc_error("Invalid configuration parameter");