summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/base64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/base64.c b/daemon/base64.c
index 89bf4379..1d2d1d0f 100644
--- a/daemon/base64.c
+++ b/daemon/base64.c
@@ -42,7 +42,7 @@ do_base64_in (const char *file)
FILE *fp;
char *cmd;
- if (asprintf_nowarn (&cmd, "base64 -d > %R", file) == -1) {
+ if (asprintf_nowarn (&cmd, "base64 -d -i > %R", file) == -1) {
err = errno;
cancel_receive ();
errno = err;