Update of /cvsroot/sysfence/sysfence
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21440
Modified Files:
conditions.c
Log Message:
+ ? it was working yesterday ?
Index: conditions.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/conditions.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- conditions.c 26 May 2004 17:39:12 -0000 1.6
+++ conditions.c 26 May 2004 18:23:04 -0000 1.7
@@ -54,7 +54,7 @@
int check_atomic (sf_atomic *at)
{
- sf_value val = get_stat_value (at->stat);
+ sf_value val = get_stat_value (&(at->stat));
double dv = *((double *) val.ptr),
dt = *((double *) at->thresh.ptr);
long int iv = *((long int *) val.ptr),
|