]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
removed SAVE_VARIATION : it didn't seem to be usefull
authorThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 12:32:55 +0000 (12:32 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 12:32:55 +0000 (12:32 +0000)
fcron.c

diff --git a/fcron.c b/fcron.c
index 6383249ac14fcfa7313e318e9489fa8b87361f9d..bc3df524510fda0285e75b53d2ec9d07d5166bdc 100644 (file)
--- a/fcron.c
+++ b/fcron.c
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcron.c,v 1.20 2000-06-21 13:45:43 thib Exp $ */
+ /* $Id: fcron.c,v 1.21 2000-06-22 12:32:55 thib Exp $ */
 
 #include "fcron.h"
 
-char rcs_info[] = "$Id: fcron.c,v 1.20 2000-06-21 13:45:43 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.21 2000-06-22 12:32:55 thib Exp $";
 
 void main_loop(void);
 void info(void);
@@ -475,7 +475,7 @@ void main_loop()
            if ( serial_running == 0)
                run_serial_job();
 
-           if ( save - now <= SAVE_VARIATION ) {
+           if ( save <= now ) {
                save = now + SAVE;
                /* save all files */
                save_file(NULL, NULL);