View | Details | Raw Unified
Collapse All | Expand All

(-) tar-1.13.92/src/names.c.orig (+2 lines)
 Lines 1025-1032    Link Here 
	    {
	    {
	      if (p[1] == '.' && (ISSLASH (p[2]) || !p[2]))
	      if (p[1] == '.' && (ISSLASH (p[2]) || !p[2]))
		prefix_len = p + 2 - file_name;
		prefix_len = p + 2 - file_name;
#if 0
	      else if (ISSLASH (p[1]))
	      else if (ISSLASH (p[1]))
		prefix_len = p + 1 - file_name;
		prefix_len = p + 1 - file_name;
#endif
	    }
	    }
	  
	  
	  do
	  do