aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index 5600c79..b81b814 100644
--- a/src/io.c
+++ b/src/io.c
@@ -116,6 +116,7 @@ control_stdin(GIOChannel *gio, GIOCondition condition) {
parse_cmd_line(ctl_line, result);
g_free(ctl_line);
+ if (*result->str)
puts(result->str);
g_string_free(result, TRUE);