X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=0b60b03291bad25d0ca0618de19b09fe7e425f6b;hb=8a1006b457cdc27c40b9c928dc9fb5086444f04b;hp=ece8c3c16c04e33c5fe5928eee9e8ce3228123ab;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index ece8c3c..0b60b03 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -6,6 +6,10 @@ * Jeffrey C Honig * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -187,7 +191,7 @@ p_find(char *str) struct proc *ps; for (ps = procs; ps->p_name; ps++) - if (!strcasecmp (ps->p_name, str)) + if (!mh_strcasecmp (ps->p_name, str)) return (*ps->p_field); return NULL;