X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfs-cp.c;h=4456747059fc9c338b6fd55c2665a37847d1ec28;hb=6d89ace041388b1770167eb473ac539ae74f37db;hp=62724dfefe4ed00c3dd1bcfb79b7726ef8e57d89;hpb=17d3cbb13656f98b4b88bdaf15baaf4ca1b5b4ac;p=deb_libnfs.git diff --git a/examples/nfs-cp.c b/examples/nfs-cp.c index 62724df..4456747 100644 --- a/examples/nfs-cp.c +++ b/examples/nfs-cp.c @@ -260,7 +260,7 @@ int main(int argc, char *argv[]) off += count; } - printf("copied %d bytes\n", (int)count); + printf("copied %d bytes\n", (int)off); free_file_context(src); free_file_context(dst);