[Julius-cvs 584] CVS update: julius4/libjulius/src

Back to archive index

sumom****@users***** sumom****@users*****
2011年 2月 5日 (土) 22:27:23 JST


Index: julius4/libjulius/src/m_fusion.c
diff -u julius4/libjulius/src/m_fusion.c:1.15 julius4/libjulius/src/m_fusion.c:1.16
--- julius4/libjulius/src/m_fusion.c:1.15	Sat Feb  5 18:00:41 2011
+++ julius4/libjulius/src/m_fusion.c	Sat Feb  5 22:27:22 2011
@@ -20,7 +20,7 @@
  * @author Akinobu Lee
  * @date   Thu May 12 13:31:47 2005
  *
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
  * 
  */
 /*
@@ -1019,7 +1019,9 @@
       }
       p->am->hmminfo->iwsp_penalty = p->am->config->iwsp_penalty;
     } else {
-      jlog("Warning: \"-iwsp\" is supported on multi-path mode, ignored\n");
+      jlog("ERROR: \"-iwsp\" needs multi-path mode\n");
+      jlog("ERROR: you should use multi-path AM, or specify \"-multipath\" with \"-iwsp\"\n");
+      return FALSE;
     }
   }
 



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