diff options
Diffstat (limited to 'lib/io/io.c')
| -rw-r--r-- | lib/io/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |