From: Ronnie Sahlberg Date: Mon, 17 Mar 2014 17:29:43 +0000 (-0700) Subject: Merge pull request #68 from plieven/for-1.9.3 X-Git-Tag: upstream/1.9.6^2~76 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=55125e894af7d8db9f0c95524ac6edea8bcc8924;hp=8ae943f608237ed4dcaf80131ce35588598069ea;p=deb_libnfs.git Merge pull request #68 from plieven/for-1.9.3 examples/nfs-ls: fix summary output --- diff --git a/examples/nfs-ls.c b/examples/nfs-ls.c index f6b223d..c680617 100644 --- a/examples/nfs-ls.c +++ b/examples/nfs-ls.c @@ -260,7 +260,7 @@ int main(int argc, char *argv[]) process_dir(nfs, "", 16); if (summary) { - if (nfs_statvfs(nfs, "/", &stvfs) != 0) { + if (nfs_statvfs(nfs, "", &stvfs) != 0) { goto finished; } printf("\n%12" PRId64 " of %12" PRId64 " bytes free.\n",