--- tar-1.13.92/src/names.c.orig 2004-01-06 20:45:54.306120200 +0200 +++ tar-1.13.92/src/names.c 2004-01-06 20:46:07.641092976 +0200 @@ -1025,8 +1025,10 @@ { if (p[1] == '.' && (ISSLASH (p[2]) || !p[2])) prefix_len = p + 2 - file_name; +#if 0 else if (ISSLASH (p[1])) prefix_len = p + 1 - file_name; +#endif } do