Index: mania2.c
===================================================================
--- mania2.c	(revision 159)
+++ mania2.c	(revision 160)
@@ -778,9 +778,11 @@
 
 while(fgets(trifile,255,fp)!=NULL)
     {
+//    if(!strlen(trifile)) continue;
+//    trifile[strlen(trifile)-1]=0;
+    raydium_parser_trim(trifile);
+    printf("-%s-\n",trifile);
     if(!strlen(trifile)) continue;
-    trifile[strlen(trifile)-1]=0;
-    if(!strlen(trifile)) continue;
     if(trifile[0]=='#') continue;
     if(trifile[0]=='*')
 	{