[jnh-cvs 545] CVS update: jnethack/japanese

Back to archive index

argra****@users***** argra****@users*****
2008年 4月 8日 (火) 23:51:25 JST


Index: jnethack/japanese/jlib.c
diff -u jnethack/japanese/jlib.c:1.12 jnethack/japanese/jlib.c:1.13
--- jnethack/japanese/jlib.c:1.12	Tue Jan  9 23:40:17 2007
+++ jnethack/japanese/jlib.c	Tue Apr  8 23:51:25 2008
@@ -1,6 +1,6 @@
 /*
 **
-**	$Id: jlib.c,v 1.12 2007/01/09 14:40:17 argrath Exp $
+**	$Id: jlib.c,v 1.13 2008/04/08 14:51:25 argrath Exp $
 **
 */
 
@@ -630,6 +630,13 @@
 	}
     }
 
+    if(i == j){
+	/* 分割点がなかった */
+	strcpy(str1, str);
+	str2[0] = '\0';
+	return;
+    }
+
     pstr = str;
 
     pnstr = str1;


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