Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37132 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 37132