Minor fix
This commit is contained in:
@@ -601,9 +601,10 @@ extract_archive (void)
|
|||||||
/* Extract the archive entry according to its type. */
|
/* Extract the archive entry according to its type. */
|
||||||
|
|
||||||
typeflag = current_header->header.typeflag;
|
typeflag = current_header->header.typeflag;
|
||||||
/*KLUDGE*/
|
/*KLUDGE */
|
||||||
if (current_stat_info.archive_file_size != current_stat_info.stat.st_size)
|
if (current_format == POSIX_FORMAT
|
||||||
typeflag = GNUTYPE_SPARSE;
|
&& current_stat_info.archive_file_size != current_stat_info.stat.st_size)
|
||||||
|
typeflag = GNUTYPE_SPARSE;
|
||||||
|
|
||||||
switch (typeflag)
|
switch (typeflag)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user