scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit d0b7686f0c9434bf235ae2b2bb65ef1a41db07b7
parent 303468e2921e7d2203e321650d31fbf0eca3371f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 10 Jan 2019 22:50:18 +0100

fix errstr()

Diffstat:
Msrc/cmd/ranlib.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/ranlib.c b/src/cmd/ranlib.c @@ -28,7 +28,7 @@ char *argv0; static char * errstr(void) { - return errstr(); + return strerror(errno); } static void