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

Back to archive index

sumom****@users***** sumom****@users*****
2008年 10月 7日 (火) 03:09:27 JST


Index: julius4/libjulius/src/m_jconf.c
diff -u julius4/libjulius/src/m_jconf.c:1.4 julius4/libjulius/src/m_jconf.c:1.5
--- julius4/libjulius/src/m_jconf.c:1.4	Thu Jun 19 01:20:55 2008
+++ julius4/libjulius/src/m_jconf.c	Tue Oct  7 03:09:27 2008
@@ -37,7 +37,7 @@
  * @author Akinobu Lee
  * @date   Thu May 12 14:16:18 2005
  *
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
  * 
  */
 /*
@@ -127,6 +127,7 @@
       }
 #endif
     }
+    prev_c = c;
   }
   buf[pos] = '\0';
 
@@ -411,7 +412,7 @@
       dst_from = dst;
       
       while (*p != '\0' && (!ISTOKEN(*p))) {
-	if (0 &&/* '\' is removed by fgets_jconf */ *p == '\\') {     /* escape by '\' */
+	if (*p == '\\') {     /* escape by '\' */
 	  if (*(++p) == '\0') break;
 	  *(dst++) = *(p++);
 	} else {


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