aboutsummaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-17 06:29:25 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-17 06:29:25 +0000
commitf25e145be4d7ebe0c3b6803acf8521d5b2d8b1a1 (patch)
treee7189d311de47c3d8073853e9d7ac5568470aa55 /cfg.c
parent89a93003ebbc3b40a0af03984b1490cb814de6b1 (diff)
downloadlcd4linux-f25e145be4d7ebe0c3b6803acf8521d5b2d8b1a1.tar.gz
[lcd4linux @ 2005-01-17 06:29:24 by reinelt]
added software-controlled backlight support to HD44780 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@507 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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;
}