aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-12 03:51:01 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-12 03:51:01 +0000
commit14bc006adad8578e31e557d7ffb57971284a0846 (patch)
tree1ba1b8f86e9e0487f44f37c657997bc3b0055a43 /lcd4linux.c
parentbbe7f194ee035c6cafdc5102092b7b422541aeab (diff)
downloadlcd4linux-14bc006adad8578e31e557d7ffb57971284a0846.tar.gz
[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
Diffstat (limited to 'lcd4linux.c')
-rw-r--r--lcd4linux.c6
1 files changed, 5 insertions, 1 deletions
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> ");
}