Difference for common/init.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.12 2001/12/18 20:17:57 garbled Exp $";   *   "$Id: init.c,v 1.13 2001/12/19 17:07:01 jbontje Exp $";
  */   */
   
 /*  /*
Line 249
 
Line 249
     else      else
         has_been_done = 1;          has_been_done = 1;
   
     sprintf(filename, "%s/clockdata", settings.datadir);      sprintf(filename, "%s/clockdata", settings.localdir);
     LOG(llevDebug, "Reading clockdata from %s...", filename);      LOG(llevDebug, "Reading clockdata from %s...", filename);
     if ((fp = fopen(filename, "r")) == NULL) {      if ((fp = fopen(filename, "r")) == NULL) {
         LOG(llevError, "Can't open %s.\n", filename);          LOG(llevError, "Can't open %s.\n", filename);


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:07