[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/python'
Florian Forster
octo at verplant.org
Mon Dec 7 15:41:02 CET 2009
src/pyvalues.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit cc9557db6a969c871489670c1e841701b23fc919
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Dec 7 15:39:43 2009 +0100
src/pyvalues.c: Cast `void *' to a int that's guaranteed to be big enough.
For some weird reason `int' is only 4Â bytes long on x86_64, so casting
`void *' to `int' results in compiler warnings / errors.
More information about the collectd-changes
mailing list