From: Thibault Godouet Date: Thu, 22 Jun 2000 12:32:55 +0000 (+0000) Subject: removed SAVE_VARIATION : it didn't seem to be usefull X-Git-Tag: ver2_9_4~655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e190d7157927ae8d0c43e307351b7af3787af08;p=thirdparty%2Ffcron.git removed SAVE_VARIATION : it didn't seem to be usefull --- diff --git a/fcron.c b/fcron.c index 6383249..bc3df52 100644 --- a/fcron.c +++ b/fcron.c @@ -21,11 +21,11 @@ * `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);