1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

fix bug in swap.c

This commit is contained in:
Helmut Grohne 2008-06-21 11:52:14 +00:00 committed by Steve Schnepp
parent bede1947b2
commit 2f167d679f

View file

@ -50,7 +50,7 @@ int swap(int argc, char **argv) {
}
}
fclose(f);
if(!in*out) {
if(!(in*out)) {
fputs("no usable data on /proc/vmstat\n", stderr);
return 1;
}