before anything else, I'm sitting on this kind
system: SunOS magna 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-5_10
people seem to wanna know that.

problem-> warning: subscript has type `char'

function declaration looks like this..

void do_password( CHAR_DATA *ch, char *argument )




the lines wich the compiler complains about looks like this.

while ( isspace(*argument) )
{
argument++;
}




I dont want to have that warning, how do I get rid of it?

MvH Mattias "Nallen" Holmström(Sweden,[email protected])