aboutsummaryrefslogtreecommitdiffstats
path: root/expr.c
diff options
context:
space:
mode:
authorreinelt <>2004-01-14 11:33:00 +0000
committerreinelt <>2004-01-14 11:33:00 +0000
commitb8448093e2f554744fa5911b2c96174b78f4ae0f (patch)
tree8322150effdcffca715e116498851a2bba00c953 /expr.c
parentb626a0b1272e703d01a8001ddd7bab7b3cd5b6e3 (diff)
downloadlcd4linux-b8448093e2f554744fa5911b2c96174b78f4ae0f.tar.gz
[lcd4linux @ 2004-01-14 11:33:00 by reinelt]
new plugin 'uname' which does what it's called text widget nearly finished first results displayed on MatrixOrbital
Diffstat (limited to 'expr.c')
-rw-r--r--expr.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/expr.c b/expr.c
index 1b1c5b7..09a6c33 100644
--- a/expr.c
+++ b/expr.c
@@ -1,4 +1,4 @@
-/* $Id: expr.c,v 1.3 2004/01/12 03:51:01 reinelt Exp $
+/* $Id: expr.c,v 1.4 2004/01/14 11:33:00 reinelt Exp $
*
* expr ('y*') functions
* This is only a workaround to make the Evaluator usable until
@@ -24,6 +24,11 @@
*
*
* $Log: expr.c,v $
+ * Revision 1.4 2004/01/14 11:33:00 reinelt
+ * new plugin 'uname' which does what it's called
+ * text widget nearly finished
+ * first results displayed on MatrixOrbital
+ *
* Revision 1.3 2004/01/12 03:51:01 reinelt
* evaluating the 'Variables' section in the config file
*
@@ -63,7 +68,7 @@ int Expr(int index, char string[EXPR_TXT_LEN], double *val)
sprintf(yn, "y%d", index);
expression = cfg_get(NULL, yn, NULL);
-
+
if (!expression || !*expression) {
error("Empty expression for 'y%d'", index);
errs[index]++;