435c435
<               char *p, *q;
---
>               char *p;
460,465d459
<                               q = strchr(p, '.');
<                               /*
<                                * use the same hack as below
<                                * only if another period was found
<                                */
<                               if (q) *q = '\0';
467d460
<                               if (q) *q = '.';
