X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/blobdiff_plain/867564c59f3e0687e581efe822365d3ef599c76f..b8d1d0c3fc27e563273a0c6d0a10ebe673ea2904:/hmland.c diff --git a/hmland.c b/hmland.c index 38e4d6b..380c99a 100644 --- a/hmland.c +++ b/hmland.c @@ -100,7 +100,7 @@ static void print_timestamp(FILE *f) fprintf(f, "%s.%06ld: ", ts, tv.tv_usec); } -static void write_log(char *buf, int len, char *fmt, ...) +static void write_log(const char *buf, int len, const char *fmt, ...) { va_list ap; int i;