diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-01-14 11:33:00 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-01-14 11:33:00 +0000 |
commit | 504656e9484752c9c0596f153f27089c1961f501 (patch) | |
tree | 8322150effdcffca715e116498851a2bba00c953 /lcd4linux.c | |
parent | 90a08f4f1082f25ab999d8a331dcbea512778a47 (diff) | |
download | lcd4linux-504656e9484752c9c0596f153f27089c1961f501.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
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@310 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.c')
-rw-r--r-- | lcd4linux.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lcd4linux.c b/lcd4linux.c index 0d6290f..76d1f55 100644 --- a/lcd4linux.c +++ b/lcd4linux.c @@ -1,4 +1,4 @@ -/* $Id: lcd4linux.c,v 1.60 2004/01/13 08:18:19 reinelt Exp $ +/* $Id: lcd4linux.c,v 1.61 2004/01/14 11:33:00 reinelt Exp $ * * LCD4Linux * @@ -22,6 +22,11 @@ * * * $Log: lcd4linux.c,v $ + * Revision 1.61 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.60 2004/01/13 08:18:19 reinelt * timer queues added * liblcd4linux deactivated turing transformation to new layout @@ -591,7 +596,7 @@ int main (int argc, char *argv[]) // check the conf to see if quiet startup is wanted if (!quiet) { - quiet = atoi(cfg_get(NULL, "Quiet", "0")); + cfg_number(NULL, "Quiet", 0, 0, 1, &quiet); } // Fixme: compatibility only... |