aboutsummaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/cfg.c b/cfg.c
index be21ea6..bb4351d 100644
--- a/cfg.c
+++ b/cfg.c
@@ -1,4 +1,4 @@
-/* $Id: cfg.c,v 1.43 2004/11/29 04:42:06 reinelt Exp $^
+/* $Id: cfg.c,v 1.44 2005/01/17 06:29:24 reinelt Exp $^
*
* config file stuff
*
@@ -23,6 +23,9 @@
*
*
* $Log: cfg.c,v $
+ * Revision 1.44 2005/01/17 06:29:24 reinelt
+ * added software-controlled backlight support to HD44780
+ *
* Revision 1.43 2004/11/29 04:42:06 reinelt
* removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
*
@@ -777,7 +780,6 @@ static int cfg_read (const char *file)
int cfg_init (const char *file)
{
if (cfg_check_source(file) == -1) {
- error("config file '%s' is insecure, aborting", file);
return -1;
}