mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
Merge a64d6ae4ba
into d7c727aef9
This commit is contained in:
commit
16157c3220
1 changed files with 2 additions and 2 deletions
|
@ -517,11 +517,11 @@ impl<W: AsyncWrite> AsyncWrite for ArmoredWriter<W> {
|
|||
BASE64_STANDARD
|
||||
.encode_slice(&byte_buf, &mut encoded_buf[..],)
|
||||
.expect("byte_buf.len() <= BASE64_CHUNK_SIZE_BYTES"),
|
||||
ARMORED_COLUMNS_PER_LINE
|
||||
BASE64_CHUNK_SIZE_COLUMNS
|
||||
);
|
||||
*encoded_line = Some(EncodedBytes {
|
||||
offset: 0,
|
||||
end: ARMORED_COLUMNS_PER_LINE,
|
||||
end: BASE64_CHUNK_SIZE_COLUMNS,
|
||||
});
|
||||
byte_buf.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue