use prefix correctly
parent
8644c98549
commit
34e945fd28
|
@ -71,8 +71,9 @@ ERROR: checksum-error ;
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
ERROR: unknown-typeflag ch ;
|
ERROR: unknown-typeflag ch ;
|
||||||
|
|
||||||
M: unknown-typeflag summary ( obj -- str )
|
M: unknown-typeflag summary ( obj -- str )
|
||||||
ch>> "Unknown typeflag: " prefix ;
|
ch>> [ "Unknown typeflag: " ] dip prefix ;
|
||||||
|
|
||||||
: read/write-blocks ( tar-header path -- )
|
: read/write-blocks ( tar-header path -- )
|
||||||
binary [ read-data-blocks ] with-file-writer ;
|
binary [ read-data-blocks ] with-file-writer ;
|
||||||
|
|
Loading…
Reference in New Issue