]> git.ipfire.org Git - thirdparty/libarchive.git/commit
write_disk_posix: rename variable in check_symlinks_fsobj()
authorMartin Matuska <martin@matuska.org>
Sat, 21 Aug 2021 07:07:54 +0000 (09:07 +0200)
committerMartin Matuska <martin@matuska.org>
Sat, 21 Aug 2021 07:13:54 +0000 (09:13 +0200)
commit13023595c9623374cd386c6dd419241fb5082b41
tree3938a1b3025253987869c91d942cfa4a77e75a1d
parent5e646b890fb3c59ef6f94221ef8ef9ae62a8a9d6
write_disk_posix: rename variable in check_symlinks_fsobj()

Rename the flag "extracting_hardlink" to "checking_linkname" to
be more accurate about its use. If the variable is non-zero it
means that check_symlinks_fsobj() is called on the linkname
when a hardlink is going to be created.
libarchive/archive_write_disk_posix.c