From f25e145be4d7ebe0c3b6803acf8521d5b2d8b1a1 Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 17 Jan 2005 06:29:25 +0000 Subject: [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 --- cfg.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cfg.c') 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; } -- cgit v1.2.3