Fixed a bug where the pointer used for parsing /proc/PID/stat skipped entries
authorMark Wong <markwkm@gmail.com>
Tue, 19 Aug 2008 00:33:03 +0000 (17:33 -0700)
committerMark Wong <markwkm@gmail.com>
Tue, 19 Aug 2008 00:33:03 +0000 (17:33 -0700)
commit8fac2d5b5e8c83b5e1381d6d5078a8ec2b7b86c8
tree25916c16aa72ba22c75557fd0f1d8c106127615e
parent524a75c4eca808323baab10b93db73150b1eb02a
Fixed a bug where the pointer used for parsing /proc/PID/stat skipped entries
when they were 1 digit, or parsed anything more than 1 digit incorrectly by
skipping the first digit.
pg_proctab.c