daemon: Parse output of old parted which didn't support -m option (RHBZ#598309).
[libguestfs.git] / daemon / base64.c
index 89bf437..1d2d1d0 100644 (file)
@@ -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;