]> granicus.if.org Git - procps-ng/commit
Fixed pmap -x Kbytes column
authorCraig Small <csmall@enc.com.au>
Thu, 22 Dec 2011 13:44:23 +0000 (00:44 +1100)
committerCraig Small <csmall@enc.com.au>
Thu, 22 Dec 2011 13:44:23 +0000 (00:44 +1100)
commit23e753fd473081d2c559d6ef0161c839fcfbdcce
treed6cb3e48b8b1ec8592f778f07eee59e9fa8610e7
parent2865ded64e72e0bec721dad9b442dab0899ee2b0
Fixed pmap -x Kbytes column

The Kbytes column when using the pmap -x flag would always be zero. This
was because the diff variable was reset before it could be printed.
pmap with no -x was not impacted by this bug or fix.
pmap.c