X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/80f396c977d664dfb8d29411a3cd64393764c166..0e52f41f67c1f9699861f3d7aa5dbbcdbb428c3e:/uip/mhparam.c?ds=inline diff --git a/uip/mhparam.c b/uip/mhparam.c index 4457829a..24233340 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -265,8 +265,6 @@ p_find(char *str) { struct proc *ps; - if (!str) - str = ""; for (ps = procs; ps->p_name; ps++) if (!strcasecmp (ps->p_name, str)) return (*ps->p_field);