[gtalk-dev 0003] CVS update: gtalk

Back to archive index

galat****@lists***** galat****@lists*****
2006年 10月 19日 (木) 21:32:18 JST


Index: gtalk/text.c
diff -u gtalk/text.c:1.27 gtalk/text.c:1.28
--- gtalk/text.c:1.27	Thu Oct 19 12:27:08 2006
+++ gtalk/text.c	Thu Oct 19 21:32:18 2006
@@ -6,7 +6,7 @@
 /*                            by Studio ARC */
 /*                             2003.08.10   */
 /*               version as of 2003.08.18   */
-/* $Id: text.c,v 1.27 2006/10/19 03:27:08 sako Exp $                                     */
+/* $Id: text.c,v 1.28 2006/10/19 12:32:18 sako Exp $                                     */
 
 #include	<stdio.h>
 #include	<stdlib.h>
@@ -790,7 +790,7 @@
 	      ++text;
 	      while ( *text != '>' ) {
 		buf[tp++] = *text;
-/*		buf[tp++] = toupper( *text );  /* タグ名は大文字に変換 */
+/*		buf[tp++] = toupper( *text );   タグ名は大文字に変換 */
 		++text;
 	      }
 	      buf[tp++] = *text;
@@ -871,7 +871,7 @@
 	    } else { /* 開始タグの始まり */
 	      while ( *text != '>' ) {
 		buf[tp++] = *text;
-/*		buf[tp++] = toupper( *text );  /* 大文字に変換 */
+/*		buf[tp++] = toupper( *text );   大文字に変換 */
 		++text;
 	      }
 	      buf[tp++] = *text;


Galateatalk-dev メーリングリストの案内
Back to archive index