Introduction
Introduction Statistics Contact Development Disclaimer Help
applied Alexander Clouter's 9base sha1sum patch - 9base - revived minimalist po…
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 7a0d18922b67c0e21c415e0865a1cfdb0646f020
parent c5aeaf9ec5e393061e87fe5d41d002ef5d4428e9
Author: Anselm R Garbe <[email protected]>
Date: Thu, 16 Jun 2016 10:02:58 +0200
applied Alexander Clouter's 9base sha1sum patch
Diffstat:
M sha1sum/sha1sum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sha1sum/sha1sum.c b/sha1sum/sha1sum.c
@@ -12,7 +12,7 @@ digestfmt(Fmt *fmt)
p = va_arg(fmt->args, uchar*);
for(i=0; i<SHA1dlen; i++)
- sprint(buf+2*i, "%.2ux", p[i]);
+ sprint(buf+2*i, "%.2x", p[i]);
return fmtstrcpy(fmt, buf);
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.