[YOUR CODE]
/*
* Autosave and autoquit.
* Check that these chars still exist.
*/
for ( ch = char_list; ch != NULL; ch = ch_next )
{
if (!IS_VALID(ch))
{
bug("update_char: Trying to work with an invalidated character.\n",0);
break;
}
}
ch_next = ch->next;
[/YOUR CODE]
[PATCH CODE]
/*
* Autosave and autoquit.
* Check that these chars still exist.
*/
for ( ch = char_list; ch != NULL; ch = ch_next )
{
if (!IS_VALID(ch))
{
bug("update_char: Trying to work with an invalidated
character.\n",0);
break;
}
ch_next = ch->next;
[/PATCH CODE]
So look at them again, and make sure that your code is doing what you want it
to. I can tell you already that it isn't, but I'm not gonna hold your hand on
this one. You had explicit instructions (in the patch), and didn't really
follow them at all.
~Kender
=====
-----BEGIN GEEK CODE BLOCK-----
Version 3.1
GCS/L/C/O d-(+) s++: a-- C+++$>++++ UBLS++++$
P+++(--)$ L+++>++++ E--- W+>++$ N !o K? w(--) !O
M- !V PS+ PE(++) Y+ PGP->+ t+ 5 X+() R(+) tv+@
b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++
------END GEEK CODE BLOCK------
__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com