From 13ed8b8137fd7ee896a84fe15b94efef9967e2bd Mon Sep 17 00:00:00 2001 From: robi Date: Fri, 28 May 2010 17:43:47 +0000 Subject: corrected cr_time in the histogram --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index e7a785b..aa6b41d 100644 --- a/src/util.c +++ b/src/util.c @@ -240,7 +240,7 @@ void print_coll_list(__u32 t_after, __u32 t_before, int flag){ break; } if (cr_time){ - if ((cr_time < hist[j].time) && (c_time > hist[j-1].time)){ + if ((cr_time < hist[j].time) && (cr_time > hist[j-1].time)){ hist[j].cr_count++; crt_found = 1; cr_time = 0 ; -- cgit v1.2.3