summaryrefslogtreecommitdiff
path: root/src/set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set.c')
-rw-r--r--src/set.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/set.c b/src/set.c
index 566dfe0..39d4a2f 100644
--- a/src/set.c
+++ b/src/set.c
@@ -94,6 +94,10 @@ int main(int argc, char **argv)
boolean need_mod = FALSE, not_new = FALSE;
boolean empty_val = FALSE;
+ if (initialize_output() == -1) {
+ exit(-1);
+ }
+
dump_log( argc, argv);
init_edit();
last_tag = FALSE;