From 14bc006adad8578e31e557d7ffb57971284a0846 Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 12 Jan 2004 03:51:01 +0000 Subject: [lcd4linux @ 2004-01-12 03:51:01 by reinelt] evaluating the 'Variables' section in the config file git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@307 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lcd4linux.c') diff --git a/lcd4linux.c b/lcd4linux.c index 255d94a..a69e546 100644 --- a/lcd4linux.c +++ b/lcd4linux.c @@ -1,4 +1,4 @@ -/* $Id: lcd4linux.c,v 1.58 2004/01/10 20:22:33 reinelt Exp $ +/* $Id: lcd4linux.c,v 1.59 2004/01/12 03:51:01 reinelt Exp $ * * LCD4Linux * @@ -22,6 +22,9 @@ * * * $Log: lcd4linux.c,v $ + * Revision 1.59 2004/01/12 03:51:01 reinelt + * evaluating the 'Variables' section in the config file + * * Revision 1.58 2004/01/10 20:22:33 reinelt * added new function 'cfg_list()' (not finished yet) * added layout.c (will replace processor.c someday) @@ -564,6 +567,7 @@ int main (int argc, char *argv[]) } else if (result.type==R_STRING) { printf ("'%s'\n", R2S(&result)); } + DelResult (&result); } printf("eval> "); } -- cgit v1.2.3