]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Initialize stat_item_values[].
authorAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 18:24:52 +0000 (20:24 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 18:24:52 +0000 (20:24 +0200)
Just to be sure..

audiod.c

index 76f07e8c635e28ad5de2a513fb863e9397dbc785..f0ce62587d9c6fc995fe7c99440fa1238e706b49 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -67,7 +67,7 @@ struct slot_info slot[MAX_STREAM_SLOTS];
 
 
 /** The array of status items sent by para_server. */
 
 
 /** The array of status items sent by para_server. */
-char *stat_item_values[NUM_STAT_ITEMS];
+char *stat_item_values[NUM_STAT_ITEMS] = {NULL};
 
 /**
  * the current mode of operation of which can be changed by the on/off/cycle
 
 /**
  * the current mode of operation of which can be changed by the on/off/cycle