[Julius-cvs 914] CVS update: julius4/julius

Zurück zum Archiv-Index

sumom****@users***** sumom****@users*****
2014年 1月 5日 (日) 16:01:01 JST


Index: julius4/julius/main.c
diff -u julius4/julius/main.c:1.7 julius4/julius/main.c:1.8
--- julius4/julius/main.c:1.7	Wed Dec 18 12:55:20 2013
+++ julius4/julius/main.c	Sun Jan  5 16:01:01 2014
@@ -12,7 +12,7 @@
  * @author Akinobu Lee
  * @date   Wed May 18 15:02:55 2005
  *
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
  * 
  */
 /*
@@ -194,7 +194,7 @@
 
   /* initialize and standby the specified audio input source */
   /* for microphone or other threaded input, ad-in thread starts here */
-  if (j_adin_init(recog) == FALSE) return;
+  if (j_adin_init(recog) == FALSE) return -1;
 
   /* output system information to log */
   j_recog_info(recog);



Julius-cvs メーリングリストの案内
Zurück zum Archiv-Index