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 --- SIN.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'SIN.c') diff --git a/SIN.c b/SIN.c index 52312c6..48f6233 100644 --- a/SIN.c +++ b/SIN.c @@ -1,4 +1,4 @@ -/* $Id: SIN.c,v 1.11 2003/08/17 12:11:58 reinelt Exp $ +/* $Id: SIN.c,v 1.12 2003/08/24 05:17:58 reinelt Exp $ * * driver for SIN router displays * @@ -20,6 +20,9 @@ * * * $Log: SIN.c,v $ + * Revision 1.12 2003/08/24 05:17:58 reinelt + * liblcd4linux patch from Patrick Schemitz + * * Revision 1.11 2003/08/17 12:11:58 reinelt * framework for icons prepared * @@ -193,7 +196,7 @@ int SIN_init (LCD *Self) port=cfg_get ("Port",NULL); if (port==NULL || *port=='\0') { - error ("SIN: no 'Port' entry in %s", cfg_file()); + error ("SIN: no 'Port' entry in %s", cfg_source()); return -1; } Port=strdup(port); -- cgit v1.2.3