Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug
- To: crossfire (at) ifi.uio.no,
- Subject: Re: Bug
- From: Brian Thomas <>
- Date: Thu, 29 Feb 1996 13:20:15 -0500
> From: "J. McElroy" writes:
>
> When Compiling crossfire-0.92.2 I get a compile error in server/apply.c
> [snip]
>
> Looking at the code on line 429:
>
> LOG(llevError,"Error: Player: %s lacks wc experience object\n",who->name);
>
Yeah. I did that; funny my compilier doesnt catch it. Its a
simple fix. Change 'who' to 'op' ie. line 429 in apply.c should
be:
LOG(llevError,"Error: Player: %s lacks wc experience object\n",op->name);
b.t.