diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui_backend_local.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c index 44e9e7ed..7ef059ab 100644 --- a/src/gui_backend_local.c +++ b/src/gui_backend_local.c @@ -49,6 +49,7 @@ static gboolean index_readable(GIOChannel *source, GIOCondition cond, STATUS("Read error?\n"); return FALSE; } + chomp(line); STATUS("Got line '%s'\n", line); g_free(line); |