[Julius-cvs 320] CVS update: julius4/libsent/src/anlz

Back to archive index

sumom****@users***** sumom****@users*****
2008年 10月 4日 (土) 00:07:08 JST


Index: julius4/libsent/src/anlz/strip.c
diff -u julius4/libsent/src/anlz/strip.c:1.2 julius4/libsent/src/anlz/strip.c:1.3
--- julius4/libsent/src/anlz/strip.c:1.2	Tue Dec 18 17:45:50 2007
+++ julius4/libsent/src/anlz/strip.c	Sat Oct  4 00:07:07 2008
@@ -11,7 +11,7 @@
  * @author Akinobu LEE
  * @date   Tue Feb 15 00:30:38 2005
  *
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
  * 
  */
 /*
@@ -63,7 +63,7 @@
 	  }
         } else {
           /* deleted (leave uncopied) */
-	  jlog("Warning: strip: sample %d-%d is invalid, stripped\n", bgn, src-1);
+	  jlog("Warning: strip: sample %d-%d has zero value, stripped\n", bgn, src-1);
         }
       }
       a[dst++] = a[src];


Julius-cvs メーリングリストの案内
Back to archive index