(tar-header-block-summarize, tar-clear-modification-flags): "?\ " -> "?\s".
This commit is contained in:
parent
b754307b91
commit
e5d56b61a0
1 changed files with 2 additions and 2 deletions
|
|
@ -363,7 +363,7 @@ MODE should be an integer which is a file mode value."
|
|||
((eq type 29) ?M) ; multivolume continuation
|
||||
((eq type 35) ?S) ; sparse
|
||||
((eq type 38) ?V) ; volume header
|
||||
(t ?\ )
|
||||
(t ?\s)
|
||||
)
|
||||
(tar-grind-file-mode mode)
|
||||
(if (= 0 (length uname)) uid uname)
|
||||
|
|
@ -958,7 +958,7 @@ for this to be permanent."
|
|||
(save-excursion
|
||||
(goto-char (point-min))
|
||||
(while (< (position-bytes (point)) tar-header-offset)
|
||||
(if (not (eq (following-char) ?\ ))
|
||||
(if (not (eq (following-char) ?\s))
|
||||
(progn (delete-char 1) (insert " ")))
|
||||
(forward-line 1))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue