Skip to content

Commit 0a34810

Browse files
authored
Merge pull request #3 from sylmarch/sylmarch-patch-nfm-parseable-output
Fix bytestotwrite in NFM parseable output
2 parents d99c19f + 6bb8d2d commit 0a34810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parseable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ print_NFM(char *hp, struct sstat *ss, struct tstat *ps, int nact)
490490
hp,
491491
ss->nfs.nfsmounts.nfsmnt[i].mountdev,
492492
ss->nfs.nfsmounts.nfsmnt[i].bytestotread,
493-
ss->nfs.nfsmounts.nfsmnt[i].bytestotread,
493+
ss->nfs.nfsmounts.nfsmnt[i].bytestotwrite,
494494
ss->nfs.nfsmounts.nfsmnt[i].bytesread,
495495
ss->nfs.nfsmounts.nfsmnt[i].byteswrite,
496496
ss->nfs.nfsmounts.nfsmnt[i].bytesdread,

0 commit comments

Comments
 (0)