From 019808ae3222f7dc718b8a66d999aabac9f633ee Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 24 Aug 2003 05:17:58 +0000 Subject: [lcd4linux @ 2003-08-24 05:17:58 by reinelt] liblcd4linux patch from Patrick Schemitz git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@228 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Crystalfontz.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Crystalfontz.c') diff --git a/Crystalfontz.c b/Crystalfontz.c index 628abe0..8e11d35 100644 --- a/Crystalfontz.c +++ b/Crystalfontz.c @@ -1,4 +1,4 @@ -/* $Id: Crystalfontz.c,v 1.12 2003/08/19 04:28:41 reinelt Exp $ +/* $Id: Crystalfontz.c,v 1.13 2003/08/24 05:17:58 reinelt Exp $ * * driver for display modules from Crystalfontz * @@ -19,6 +19,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Log: Crystalfontz.c,v $ + * Revision 1.13 2003/08/24 05:17:58 reinelt + * liblcd4linux patch from Patrick Schemitz + * * Revision 1.12 2003/08/19 04:28:41 reinelt * more Icon stuff, minor glitches fixed * @@ -208,7 +211,7 @@ static int CF_init (LCD *Self) port=cfg_get ("Port",NULL); if (port==NULL || *port=='\0') { - error ("Crystalfontz: no 'Port' entry in %s", cfg_file()); + error ("Crystalfontz: no 'Port' entry in %s", cfg_source()); return -1; } Port=strdup(port); @@ -229,7 +232,7 @@ static int CF_init (LCD *Self) Speed=B19200; break; default: - error ("Crystalfontz: unsupported speed '%s' in %s", speed, cfg_file()); + error ("Crystalfontz: unsupported speed '%s' in %s", speed, cfg_source()); return -1; } -- cgit v1.2.3 >commitdiffstats
path: root/dvb-t/se-Ulvshyttan_Porjus
blob: f69dbfd4f3f6b1e4ea09b386319221c63b21a1b6 (plain)
1
2
3