--- np2/io/np2sysp.c 2005/03/05 06:02:29 1.21 +++ np2/io/np2sysp.c 2007/01/08 08:52:21 1.22 @@ -195,7 +195,7 @@ static BRESULT np2syspcmp(const char *p) int len; int pos; - len = STRLEN(p); + len = (int)STRLEN(p); if (!len) { return(FAILURE); }