r-lib / archive

R bindings to libarchive, supporting a large variety of archive formats
https://archive.r-lib.org/
Other
145 stars 17 forks source link

Fix unterminated progress bars #60

Closed salim-b closed 3 years ago

salim-b commented 3 years ago

Progress bars in archive_write() and friends were not terminated before.

jimhester commented 3 years ago

Thanks!