From e0ec3f0a536fabe0c8c47dd64da77855c0824adc Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 17 Dec 2022 17:38:03 +0100 Subject: resolve Warnings --- lib/io/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/io/io.c') diff --git a/lib/io/io.c b/lib/io/io.c index ed1ba14..160b4cb 100644 --- a/lib/io/io.c +++ b/lib/io/io.c @@ -19,7 +19,7 @@ void rstd(char *buf, unsigned long count) read(STDIN_FD, buf, count); } -void wstdf__(const char *buf, void **args) +void wstdf__(const char *buf, const void **args) { const char *start = buf; for (; *buf; ++buf) { -- cgit v1.2.3-70-g09d2