--- callerid.c.old 2004-02-21 15:05:05.000000000 +0200 +++ callerid.c 2004-02-21 15:05:36.000000000 +0200 @@ -497,7 +497,7 @@ { int x,y=0; for (x=0;n[x];x++) - if (!strchr("( )-.", n[x])) + if (!strchr("( )-", n[x])) n[y++] = n[x]; n[y] = '\0'; }