Hey all

I am trying to compile the mudFTP code (V2.0)
Anyhoo, I just ran into an error which I have never seen before
(No real C/C++ programming experience)
warning: passing arg 1 of `strncmp' makes pointer from integer without a cast

The line it's whining about is:
if (!ch || (strncmp (CRYPT(argument, GET_PASSWD(ch)), GET_PASSWD (ch), 
MAX_PWD_LENGTH)))

Now, I think what it's trying to do, is to take a supplied argument, crypt it 
and compare it to the character's password (The crypted version)

So, if you guys could maybe help me out here

Thanx
SnaRf
AKA 
Francois Rossouw

P.S. is there a later version of mudFTP?

Reply via email to