From a660b4ff3dab495f32ffe6922b010c833352cb02 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 1 Feb 2004 18:08:50 +0000 Subject: [lcd4linux @ 2004-02-01 18:08:50 by reinelt] removed strtok() from layout processing (took me hours to find this bug) further strtok() removind should be done! --- cfg.c | 8 ++++++-- layout.c | 34 +++++++++++++++++++++------------- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/cfg.c b/cfg.c index 0593c36..fd94052 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.32 2004/01/30 20:57:55 reinelt Exp $^ +/* $Id: cfg.c,v 1.33 2004/02/01 18:08:50 reinelt Exp $^ * * config file stuff * @@ -23,6 +23,10 @@ * * * $Log: cfg.c,v $ + * Revision 1.33 2004/02/01 18:08:50 reinelt + * removed strtok() from layout processing (took me hours to find this bug) + * further strtok() removind should be done! + * * Revision 1.32 2004/01/30 20:57:55 reinelt * HD44780 patch from Martin Hejl * dmalloc integrated @@ -393,7 +397,7 @@ char *l4l_cfg_list (char *section) for (i=0; i