diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-11-12 08:32:34 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-11-12 08:32:34 +0000 |
| commit | a5601bd7fad785eb5573f90f2d093da4c8bf3dbb (patch) | |
| tree | 96bded246d9553164a61160cb0e79b921a627f6b /tools | |
| parent | f61d63d059381c0d72f185bb48f34b77af451c3f (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tinderbox/www/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi index 7fea1d875265b..9ea466031cc8b 100644 --- a/tools/tools/tinderbox/www/index.cgi +++ b/tools/tools/tinderbox/www/index.cgi @@ -121,7 +121,7 @@ MAIN:{ if (-f "$DIR/$log.brief") { my @stat = stat("$DIR/$log.brief"); my $class = success("$DIR/$log.brief") ? "ok" : "fail"; - my $age = int($now - $stat[9] / 7200); + my $age = int(($now - $stat[9]) / 7200); $age = 9 if ($age > 9); $class .= "-$age"; |
