fix handling of global_pax_header
parent
34e945fd28
commit
2ca8e69348
|
|
@ -83,8 +83,8 @@ M: unknown-typeflag summary ( obj -- str )
|
||||||
|
|
||||||
! Normal file
|
! Normal file
|
||||||
: typeflag-0 ( header -- )
|
: typeflag-0 ( header -- )
|
||||||
dup name>> dup global_pax_header = [
|
dup name>> dup "global_pax_header" = [
|
||||||
[ read-data-blocks ] with-string-writer drop
|
drop [ read-data-blocks ] with-string-writer drop
|
||||||
] [
|
] [
|
||||||
prepend-current-directory read/write-blocks
|
prepend-current-directory read/write-blocks
|
||||||
] if ;
|
] if ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue