diff --git a/cde/programs/dtmail/dtmail/DmxUtils.C b/cde/programs/dtmail/dtmail/DmxUtils.C index 3c25e6d39..62f436609 100644 --- a/cde/programs/dtmail/dtmail/DmxUtils.C +++ b/cde/programs/dtmail/dtmail/DmxUtils.C @@ -356,8 +356,7 @@ phrase(char *name, int token, int comma) } } *cp2 = 0; - return (token ? --cp : equal(name, nbufp) ? name : - nbufp == nbuf ? savestr(nbuf) : nbufp); + return (token ? --cp : equal(name, nbufp) ? name : savestr(nbufp)); }