From 019808ae3222f7dc718b8a66d999aabac9f633ee Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 24 Aug 2003 05:17:58 +0000 Subject: [lcd4linux @ 2003-08-24 05:17:58 by reinelt] liblcd4linux patch from Patrick Schemitz git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@228 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- seti.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'seti.c') diff --git a/seti.c b/seti.c index ede4b5e..6743e6e 100644 --- a/seti.c +++ b/seti.c @@ -1,4 +1,4 @@ -/* $Id: seti.c,v 1.8 2003/06/13 05:11:11 reinelt Exp $ +/* $Id: seti.c,v 1.9 2003/08/24 05:17:58 reinelt Exp $ * * seti@home specific functions * @@ -20,6 +20,9 @@ * * * $Log: seti.c,v $ + * Revision 1.9 2003/08/24 05:17:58 reinelt + * liblcd4linux patch from Patrick Schemitz + * * Revision 1.8 2003/06/13 05:11:11 reinelt * error message cosmetics * @@ -102,12 +105,12 @@ int Seti (double *perc, double *cput) if (fd==-2) { char *dir=cfg_get("SetiDir",NULL); if (dir==NULL || *dir=='\0') { - error ("no 'SetiDir' entry in %s!\n", cfg_file()); + error ("no 'SetiDir' entry in %s!\n", cfg_source()); fd=-1; return -1; } if (strlen(dir)>sizeof(fn)-sizeof(STATEFILE)-2) { - error ("entry 'SetiDir' too long in %s!\n", cfg_file()); + error ("entry 'SetiDir' too long in %s!\n", cfg_source()); fd=-1; return -1; } -- cgit v1.2.3