From 9dc6ff97fe8e9c911dfee409114fc5428adf858a Mon Sep 17 00:00:00 2001 From: reinelt Date: Fri, 9 Jan 2004 04:16:06 +0000 Subject: [lcd4linux @ 2004-01-09 04:16:06 by reinelt] added 'section' argument to cfg_get(), but NULLed it on all calls by now. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@298 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- T6963.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'T6963.c') diff --git a/T6963.c b/T6963.c index 5c53af3..37d3412 100644 --- a/T6963.c +++ b/T6963.c @@ -1,4 +1,4 @@ -/* $Id: T6963.c,v 1.13 2003/10/05 17:58:50 reinelt Exp $ +/* $Id: T6963.c,v 1.14 2004/01/09 04:16:06 reinelt Exp $ * * driver for display modules based on the Toshiba T6963 chip * @@ -22,6 +22,9 @@ * * * $Log: T6963.c,v $ + * Revision 1.14 2004/01/09 04:16:06 reinelt + * added 'section' argument to cfg_get(), but NULLed it on all calls by now. + * * Revision 1.13 2003/10/05 17:58:50 reinelt * libtool junk; copyright messages cleaned up * @@ -349,7 +352,7 @@ int T6_init (LCD *Self) return -1; } - if (cfg_number("Icons", 0, 0, 8, &Icons) < 0) return -1; + if (cfg_number(NULL, "Icons", 0, 0, 8, &Icons) < 0) return -1; if (Icons>0) { info ("allocating %d icons", Icons); icon_init(Lcd.rows, Lcd.cols, Lcd.xres, Lcd.yres, 8, Icons, pix_icon); -- cgit v1.2.3