Crossfire Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CF: Patch from Japan (Was: Re: [crossfire:995] Item-match patch)
I cant read Japanese, but appears to be a bug in the
item - match section of the code. -b.t.
----- Begin Included Message -----
>From crossfire-admin@tenjin.ics.es.osaka-u.ac.jp Fri Oct 3 11:06:29 1997
Date: Fri, 3 Oct 97 13:47:41 +0900
From: Nobuyuki Yogo <yogo-n@max.cs.uec.ac.jp>
Subject: [crossfire:995] Item-match patch
Sender: yogo-n@max.cs.uec.ac.jp
To: crossfire@tenjin.ics.es.osaka-u.ac.jp (Crossfire JP ML)
Reply-To: crossfire@tenjin.ics.es.osaka-u.ac.jp
Posted: Fri, 03 Oct 1997 13:45:19 +0900
X-ML-Name: crossfire-jp
X-ML-Count: 00995
X-MLServer: fml[1.3](1.7gamma) #rms :smtp[1.6.6]
Precedence: list
Lines: 38
X-Lines: 38
$BM>8l!wEEDLBg$G$9!#(B
$B:G6aA4$/5-;v$,$J$$$G$9$M!#(B
$B%"%$%F%`%^%C%A%s%0$K4X$9$k%P%0=$@5%Q%C%A$r8x3+$7$^$9!#(B
0.93.5 $BMQ$G$9$,!">/$7A0$N%P!<%8%g%s$J$iLdBj$J$/%Q%C%A$,;H$($k$O$:$G$9!#(B
$B%3%^%s%I$+$i!"%"%$%F%`;XDj;~$K?t$@$1;XDj$7$?>l9g$K%5!<%P$,Mn$A$k%P%0$N(B
$B=$@5$G$9!#6qBNE*$K$O!V(Bapply 1$B!"(Bget 3$B!"(Bmark 16$B!W$J$I%"%$%F%`L>$r;XDj$9(B
$B$k%3%^%s%I$G?t;z$@$1;XDj$9$k$H!"%5!<%P$,Mn$A$^$9!#(B
$BNc$K$h$C$F%Q%C%A$O(B crossfire-0.93.x/ $B$+$iEv$F$F2<$5$$!#(B
----
$B(#(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!($(B
$B("(B $BEE5$DL?.Bg3X(B $B>pJs9)3X@l96(B $B=$;N#2G/(B $BCf@n8&5f<<(B $B(-(B
$B("(B $BM>8l(B $B@k9,(B (Yogo Nobuyuki) $B(-(B
$B("(B E-mail: yogo-n@max.cs.uec.ac.jp $B(-(B
$B("(B URL: http://humpty.cs.uec.ac.jp/~yogo-n/ $B(-(B
$B(&(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(0(B
----$B%Q%C%A$3$3$+$i:G8e$^$G(B----
*** server.org/c_object.c Mon Aug 18 11:45:14 1997
--- server/c_object.c Thu Oct 2 16:53:51 1997
***************
*** 63,69 ****
/* Allow for things like '100 arrows' */
if ((count=atoi(cp))!=0) {
cp=strchr(cp, ' ');
! while (cp[0]==' ') ++cp; /* get rid of spaces */
}
else count=pl->contr->count;
if (!cp || cp[0]=='\0' || count<0) return 0;
--- 63,69 ----
/* Allow for things like '100 arrows' */
if ((count=atoi(cp))!=0) {
cp=strchr(cp, ' ');
! while (cp && cp[0]==' ') ++cp; /* get rid of spaces */
}
else count=pl->contr->count;
if (!cp || cp[0]=='\0' || count<0) return 0;
----- End Included Message -----
[to unsubscribe etc., send mail to crossfire-request@ifi.uio.no]