version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); |