diff src/xs_stil.h @ 117:453ac1293f6a

Fixed severe bug in xs_strmcat() Finalized the STIL-parser, should now work if not for any unfound bug(s).
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Jan 2004 01:55:04 +0000
parents 578b71b62eeb
children 575686094eb1
line wrap: on
line diff
--- a/src/xs_stil.h	Wed Jan 14 01:54:02 2004 +0000
+++ b/src/xs_stil.h	Wed Jan 14 01:55:04 2004 +0000
@@ -12,10 +12,8 @@
  */
 typedef struct {
 	gchar	*pName,
-		*pTitle,
-		*pArtist,
 		*pAuthor,
-		*pComment;
+		*pInfo;
 } t_xs_stil_subnode;
 
 typedef struct _t_xs_stil_node {