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

アーカイブの一覧に戻る

sumom****@users***** sumom****@users*****
2013年 12月 20日 (金) 01:26:22 JST


Index: julius4/julius/record.c
diff -u julius4/julius/record.c:1.7 julius4/julius/record.c:1.8
--- julius4/julius/record.c:1.7	Fri Jun 21 02:14:19 2013
+++ julius4/julius/record.c	Fri Dec 20 01:26:22 2013
@@ -29,7 +29,7 @@
  * @author Akinobu Lee
  * @date   Tue Sep 06 14:13:54 2005
  *
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
  * 
  */
 /*
@@ -242,7 +242,7 @@
     return;
   }
   if (verbose_flag) {
-    fprintf(stderr, "recorded to \"%s\" (%d bytes, %.2f sec.)\n", recordfilename, recordlen * sizeof(SP16), (float)recordlen / (float) recog->jconf->input.sfreq);
+    fprintf(stderr, "recorded to \"%s\" (%lu bytes, %.2f sec.)\n", recordfilename, recordlen * sizeof(SP16), (float)recordlen / (float) recog->jconf->input.sfreq);
   }
 }
 



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