Skip to content

Commit b0bec51

Browse files
Andreas Gruenbachergitster
authored andcommitted
base85: encode_85() does not use the decode table
Signed-off-by: Andreas Gruenbacher <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 75b7e16 commit b0bec51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base85.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ int decode_85(char *dst, const char *buffer, int len)
8484

8585
void encode_85(char *buf, const unsigned char *data, int bytes)
8686
{
87-
prep_base85();
88-
8987
say("encode 85");
9088
while (bytes) {
9189
unsigned acc = 0;

0 commit comments

Comments
 (0)