[Julius-cvs 360] CVS update: julius4/adintool

Back to archive index

sumom****@users***** sumom****@users*****
2009年 1月 17日 (土) 16:13:01 JST


Index: julius4/adintool/adintool.c
diff -u julius4/adintool/adintool.c:1.5 julius4/adintool/adintool.c:1.6
--- julius4/adintool/adintool.c:1.5	Fri Nov 14 04:46:55 2008
+++ julius4/adintool/adintool.c	Sat Jan 17 16:13:00 2009
@@ -35,7 +35,7 @@
  * @author Akinobu LEE
  * @date   Wed Mar 23 20:43:32 2005
  *
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
  * 
  */
 /*
@@ -211,7 +211,7 @@
 	fprintf(stderr, "Error: too many servers (> %d): %s\n", MAXCONNECTION, arg[0]);
 	return FALSE;
       }
-      adinnet_serv[adinnet_servnum] = (char *)malloc(strlen(q + 1));
+      adinnet_serv[adinnet_servnum] = (char *)malloc(strlen(q) + 1);
       strcpy(adinnet_serv[adinnet_servnum], q);
       adinnet_servnum++;
     }


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