Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
base85.c: have SP around arithmetic operators
author
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Oct 2013 22:27:34 +0000
(15:27 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 16 Oct 2013 17:27:26 +0000
(10:27 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
base85.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b1cdfb5
)
diff --git
a/base85.c
b/base85.c
index 781b5754f0e533008694e71ac7cfe2e52b2d0ac6..5ca601ee14fd2ab3b78577aa22a5db778bc7fbe0 100644
(file)
--- a/
base85.c
+++ b/
base85.c
@@
-41,7
+41,7
@@
int decode_85(char *dst, const char *buffer, int len)
{
prep_base85();
- say2("decode 85 <%.*s>", len
/4*
5, buffer);
+ say2("decode 85 <%.*s>", len
/ 4 *
5, buffer);
while (len) {
unsigned acc = 0;
int de, cnt = 4;