From dfcd00a79bf78f14f8699b303b1e8bb4d77d53f0 Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 2 May 2005 05:15:46 +0000 Subject: [lcd4linux @ 2005-05-02 05:15:46 by reinelt] make busy-flag checking configurable for LCD-Linux driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@535 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- cfg.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index 9e17439..4bd834c 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.45 2005/01/18 06:30:21 reinelt Exp $^ +/* $Id: cfg.c,v 1.46 2005/05/02 05:15:46 reinelt Exp $^ * * config file stuff * @@ -23,6 +23,9 @@ * * * $Log: cfg.c,v $ + * Revision 1.46 2005/05/02 05:15:46 reinelt + * make busy-flag checking configurable for LCD-Linux driver + * * Revision 1.45 2005/01/18 06:30:21 reinelt * added (C) to all copyright statements * @@ -583,13 +586,13 @@ int cfg_number (const char *section, const char *key, const int defval, const in DelResult(&result); if (*value min && max != -1 && *value > max) { - error ("bad %s value '%d' in %s, maximum is %d", key, *value, cfg_source(), max); + error ("bad '%s' value '%d' in %s, maximum is %d", key, *value, cfg_source(), max); *value=max; return -1; } -- cgit v1.2.3