X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Fguestmount.c;h=4547b3df9be397bdb2760b34682672d0fe059634;hb=e645763007e7097c14c1c3ba94010f2e32e536bf;hp=3ae614cac20dc49248b0640658421edbadcb094a;hpb=aad55a71f6aa3f7195c4b4b022773c5ae1c01728;p=libguestfs.git diff --git a/fuse/guestmount.c b/fuse/guestmount.c index 3ae614c..4547b3d 100644 --- a/fuse/guestmount.c +++ b/fuse/guestmount.c @@ -619,7 +619,7 @@ fg_read (const char *path, char *buf, size_t size, off_t offset, size_t rsize; if (verbose) - fprintf (stderr, "fg_read: %s: size %zu offset %zu\n", + fprintf (stderr, "fg_read: %s: size %zu offset %ju\n", path, size, offset); /* The guestfs protocol limits size to somewhere over 2MB. We just @@ -694,7 +694,7 @@ fg_release (const char *path, struct fuse_file_info *fi) /* Emulate this by calling sync. */ static int fg_fsync(const char *path, int isdatasync, - struct fuse_file_info *fi) + struct fuse_file_info *fi) { int r;