aboutsummaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorreinelt <>2005-01-17 06:29:25 +0000
committerreinelt <>2005-01-17 06:29:25 +0000
commit444e8ec2669f2c1814084609a21ff42cd1513f4f (patch)
treee7189d311de47c3d8073853e9d7ac5568470aa55 /cfg.c
parent10b7490d718ddbffbd1fac7d36b9589d2d578c16 (diff)
downloadlcd4linux-444e8ec2669f2c1814084609a21ff42cd1513f4f.tar.gz
[lcd4linux @ 2005-01-17 06:29:24 by reinelt]
added software-controlled backlight support to HD44780
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;
}