disk-linux branch: Fix a bug in the disk plugin.
authorocto <octo>
Wed, 14 Jun 2006 09:40:02 +0000 (09:40 +0000)
committerocto <octo>
Wed, 14 Jun 2006 09:40:02 +0000 (09:40 +0000)
commit99274702d4e4b42139244b549df1a01f19288b4f
treef73f1d3993e242307da9b7ca663c9f9ac07a8b1b
parentc1dd86d636d4b05bcf227c6c5900ff060fbed063
disk-linux branch: Fix a bug in the disk plugin.

When `{read,write}-sectors' hit the 32 bit boundary, `atoi' would always return
LONG_MAX, resulting in the same counter-value being logged over and over again,
resulting in zero-entries in the RRD file.
Thanks to James Valente for reporting this bug and providing much debugging
information :)
src/disk.c