summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-12-02 20:41:18 -0300
committermongo <andmarti@gmail.com>2017-12-02 20:41:18 -0300
commit5a87c3cb0a7c6ca0c58bd4e8ada839d4889015e6 (patch)
tree3e0caf4dc51b297ba9a471982f19f9360a1f0fae
parent9369750bad0eb8098ce06f42b4dc814e9001d54e (diff)
Fix accident commit
-rw-r--r--src/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 60bbb0a..ff99310 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -1224,7 +1224,7 @@ void send_to_interp(wchar_t * oper) {
linelim = 0;
yyparse();
- //if (atoi(get_conf_value("autocalc")) && ! loading) EvalAll();
+ if (atoi(get_conf_value("autocalc")) && ! loading) EvalAll();
return;
}