X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsh.c;h=257fc4216737b74e3d3da0e2505e58bac48d14f1;hb=dc0b0be755b41f3c195913631fedf023ad69192e;hp=df64de52fbe6361c267fbe9d43318c41eb99b632;hpb=008837e090c008e3afe7a9c8667070bafa091e62;p=mmh diff --git a/uip/msh.c b/uip/msh.c index df64de5..257fc42 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -1225,7 +1225,7 @@ readid (int msgnum) case FLD: case FLDEOF: case FLDPLUS: - if (!strcasecmp (name, BBoard_ID)) { + if (!mh_strcasecmp (name, BBoard_ID)) { bp = getcpy (buf); while (state == FLDPLUS) { state = m_getfld (state, name, buf, sizeof(buf), zp);