--- np2/generic/np2info.c 2004/06/04 16:11:03 1.7 +++ np2/generic/np2info.c 2005/02/07 14:46:10 1.8 @@ -440,7 +440,7 @@ const INFOPROC *infterm; } infwork[leng] = '\0'; inf = infoproc; - infterm = infoproc + (sizeof(infoproc) / sizeof(INFOPROC)); + infterm = infoproc + NELEMENTS(infoproc); while(inf < infterm) { if (!milstr_cmp(infwork, inf->key)) { inf->proc(dst, maxlen, &statex);