diff src/xs_stil.h @ 330:e0abd282d6b7

Changed struct member name subTune -> subTunes
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Sep 2005 01:44:00 +0000
parents 608f31f6c095
children b09d74eb71e6
line wrap: on
line diff
--- a/src/xs_stil.h	Tue Jan 18 06:35:05 2005 +0000
+++ b/src/xs_stil.h	Thu Sep 22 01:44:00 2005 +0000
@@ -18,7 +18,7 @@
 
 typedef struct _t_xs_stil_node {
 	gchar			*pcFilename;
-	t_xs_stil_subnode	subTune[XS_STIL_MAXENTRY];
+	t_xs_stil_subnode	subTunes[XS_STIL_MAXENTRY+1];
 	struct _t_xs_stil_node	*pPrev, *pNext;
 } t_xs_stil_node;