[Julius-cvs 796] CVS update: julius4/julius-simple

アーカイブの一覧に戻る

sumom****@users***** sumom****@users*****
2013年 6月 12日 (水) 18:02:36 JST


Index: julius4/julius-simple/julius-simple.c
diff -u julius4/julius-simple/julius-simple.c:1.3 julius4/julius-simple/julius-simple.c:1.4
--- julius4/julius-simple/julius-simple.c:1.3	Sat Apr 11 20:51:20 2009
+++ julius4/julius-simple/julius-simple.c	Wed Jun 12 18:02:36 2013
@@ -23,7 +23,7 @@
  * @author Akinobu Lee
  * @date   Tue Dec 11 14:40:04 2007
  * 
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
  * 
  */
 
@@ -124,6 +124,9 @@
       case J_RESULT_STATUS_REJECT_SHORT:
 	printf("<input rejected by short input>\n");
 	break;
+      case J_RESULT_STATUS_REJECT_LONG:
+	printf("<input rejected by long input>\n");
+	break;
       case J_RESULT_STATUS_FAIL:
 	printf("<search failed>\n");
 	break;



Julius-cvs メーリングリストの案内
アーカイブの一覧に戻る