aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin_proc_stat.c6
-rw-r--r--plugin_xmms.c6
2 files changed, 10 insertions, 2 deletions
diff --git a/plugin_proc_stat.c b/plugin_proc_stat.c
index d7d56c8..53cd81b 100644
--- a/plugin_proc_stat.c
+++ b/plugin_proc_stat.c
@@ -1,4 +1,4 @@
-/* $Id: plugin_proc_stat.c,v 1.7 2004/01/21 10:48:17 reinelt Exp $
+/* $Id: plugin_proc_stat.c,v 1.8 2004/01/21 11:31:23 reinelt Exp $
*
* plugin for /proc/stat parsing
*
@@ -23,6 +23,9 @@
*
*
* $Log: plugin_proc_stat.c,v $
+ * Revision 1.8 2004/01/21 11:31:23 reinelt
+ * two bugs with hash_age() ixed
+ *
* Revision 1.7 2004/01/21 10:48:17 reinelt
* hash_age function added
*
@@ -100,6 +103,7 @@ static void hash_set3 (char *key1, char *key2, char *key3, char *val)
static int parse_proc_stat (void)
{
+ int age;
FILE *stream;
// reread every 10 msec only
diff --git a/plugin_xmms.c b/plugin_xmms.c
index eacf675..861cc27 100644
--- a/plugin_xmms.c
+++ b/plugin_xmms.c
@@ -1,4 +1,4 @@
-/* $Id: plugin_xmms.c,v 1.5 2004/01/21 10:48:17 reinelt Exp $
+/* $Id: plugin_xmms.c,v 1.6 2004/01/21 11:31:23 reinelt Exp $
*
* XMMS-Plugin for LCD4Linux
* Copyright 2003 Markus Keil <markus_keil@t-online.de>
@@ -21,6 +21,9 @@
*
*
* $Log: plugin_xmms.c,v $
+ * Revision 1.6 2004/01/21 11:31:23 reinelt
+ * two bugs with hash_age() ixed
+ *
* Revision 1.5 2004/01/21 10:48:17 reinelt
* hash_age function added
*
@@ -82,6 +85,7 @@ static HASH xmms = { 0, };
static int parse_xmms_info (void)
{
+ int age;
FILE *xmms_stream;
char zeile[200];
3:52 +0000'>2008-04-12clean upmichux1-171/+188 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@871 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-10Add the year 2008 to the copyrightmichux1-1/+1 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@870 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-10Add basic FIFO pluginmichux4-0/+197 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@869 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-04fixed autoconfmichux2-0/+3 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@868 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-04update autoconfmichux5-2392/+438 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@867 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-04Add asterisk plugin, thanks to mcarey@yostengineering.commichux3-1/+197 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@866 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-03fix typo, close #114michux1-1/+1 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@865 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-04-03update charset for Crystalfontz Model 632 and 634michux2-3/+87 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@864 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-05improve error messagesmichux1-7/+13 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@863 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-03reformat plugin_mpd - use c style commentsmichux1-8/+8 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@862 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-03correct code format (indent)michux1-2/+2 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@861 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2008-03-03correct code format (indent)michux5-184/+185 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@860 3ae390bd-cb1e-0410-b409-cd5a39f66f1f