commit f197f3b93095925f0d4ad1bad90f0d0b2aef66cf parent 010b200284913f5617b2e91efb96f4a9cc6dd045 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Thu, 10 Jan 2019 22:50:18 +0100 fix errstr() Diffstat:
| M | src/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