Skip to content

Commit 13187f2

Browse files
committed
Merge branches 'ugolnikovE-issue-492' and 'fix-priv-units'
2 parents 2695822 + 4b86c2f commit 13187f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcp/PCPProcess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ static void PCPProcess_rowWriteField(const Row* super, RichString* str, ProcessF
146146
case M_LRS: Row_printBytes(str, pp->m_lrs, coloring); return;
147147
case M_TRS: Row_printBytes(str, pp->m_trs, coloring); return;
148148
case M_SHARE: Row_printBytes(str, pp->m_share, coloring); return;
149-
case M_PRIV: Row_printBytes(str, pp->m_priv, coloring); return;
149+
case M_PRIV: Row_printKBytes(str, pp->m_priv, coloring); return;
150150
case M_PSS: Row_printKBytes(str, pp->m_pss, coloring); return;
151151
case M_SWAP: Row_printKBytes(str, pp->m_swap, coloring); return;
152152
case M_PSSWP: Row_printKBytes(str, pp->m_psswp, coloring); return;

0 commit comments

Comments
 (0)