mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-23 18:10:43 +00:00
(write_gnu_long_link): Use oldgnu magic with @LongLink blocks.
This commit is contained in:
@@ -413,6 +413,7 @@ write_gnu_long_link (struct tar_stat_info *st, const char *p, char type)
|
||||
union block *header;
|
||||
|
||||
header = start_private_header ("././@LongLink", size);
|
||||
strcpy (header->header.magic, OLDGNU_MAGIC);
|
||||
header->header.typeflag = type;
|
||||
finish_header (st, header, -1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user