X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6b4bc4a25eaac2eddd1bef51e3f00c21f98ed32d..17b9beb40640e8731143f61e3b94756f3e77d20c:/uip/msh.c diff --git a/uip/msh.c b/uip/msh.c index c1f0fc3a..cdec7664 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -983,7 +983,7 @@ readid (int msgnum) switch (state = m_getfld (&gstate, name, buf, &bufsz, zp)) { case FLD: case FLDPLUS: - if (!mh_strcasecmp (name, BBoard_ID)) { + if (!strcasecmp (name, BBoard_ID)) { bp = getcpy (buf); while (state == FLDPLUS) { bufsz = sizeof buf;