summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tar.c b/tar.c
index 44ee678..a944c77 100644
--- a/tar.c
+++ b/tar.c
@@ -66,7 +66,8 @@ static mode_t tar_mode_to_st_mode(char typeflag, const char tm[static 8])
break;
case CONTTYPE:
- //m = S_IFCONT;
+ /* "some high-performance attribute" is not supported */
+ m = S_IFREG;
break;
default: