From b52739fb69e8c6ca4dfd1c4bddce24122cd569bd Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Thu, 24 Jun 2004 21:33:23 +0000
Subject: [PATCH] overwrite older files

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@959 c11ca15a-4712-0410-83d8-924469b57eb5
---
 blootbot/src/Misc.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blootbot/src/Misc.pl b/blootbot/src/Misc.pl
index 3163bb3..295d45e 100644
--- a/blootbot/src/Misc.pl
+++ b/blootbot/src/Misc.pl
@@ -479,7 +479,7 @@ sub isFileUpdated {
 
     my $time_file = (stat $file)[9];
 
-    if ($time == $time_file) {
+    if ($time <= $time_file) {
 	return 0;
     } else {
 	return 1;
-- 
2.39.5