X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/blobdiff_plain/7ba4ea19644711d8f86c2df3a244da797e23cc96..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;