Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340253
Collapse All | Expand All

(-)libtar-1.2.11.orig/lib/encode.c (-1 / +1 lines)
Lines 30-36 Link Here
30
	int i, sum = 0;
30
	int i, sum = 0;
31
31
32
	if (t->options & TAR_GNU)
32
	if (t->options & TAR_GNU)
33
		strncpy(t->th_buf.magic, "ustar  ", 8);
33
		strncpy(t->th_buf.magic, "ustar", 6);
34
	else
34
	else
35
	{
35
	{
36
		strncpy(t->th_buf.version, TVERSION, TVERSLEN);
36
		strncpy(t->th_buf.version, TVERSION, TVERSLEN);

Return to bug 340253