[jnh-cvs 563] CVS update: jnethack/src

Back to archive index

argra****@users***** argra****@users*****
2009年 4月 26日 (日) 20:17:37 JST


Index: jnethack/src/rumors.c
diff -u jnethack/src/rumors.c:1.10 jnethack/src/rumors.c:1.11
--- jnethack/src/rumors.c:1.10	Mon Aug 25 03:40:03 2003
+++ jnethack/src/rumors.c	Sun Apr 26 20:17:37 2009
@@ -134,7 +134,11 @@
 		}
 		if ((endp = index(line, '\n')) != 0) *endp = 0;
 		Strcat(rumor_buf, xcrypt(line, xbuf));
+#if 0 /*JP*/
 	    } while(count++ < 50 && exclude_cookie && (strstri(rumor_buf, "fortune") || strstri(rumor_buf, "pity")));
+#else
+	    } while(count++ < 50 && exclude_cookie && (strstri(rumor_buf, "占") || strstri(rumor_buf, "なんてことだ")));
+#endif
 	    (void) dlb_fclose(rumors);
 	    if (count >= 50)
 		impossible("Can't find non-cookie rumor?");



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