From 527bafcf73a1daea0a7a19f0181d811cabea451d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 24 Aug 2004 15:38:57 +0000 Subject: r2017: fix compiler warnings metze (This used to be commit eb75d9323fb07fe9a19bbf77168aeb8a4b92c3b8) --- source4/lib/dprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/dprintf.c b/source4/lib/dprintf.c index 70387bbd61..fe939f0e8d 100644 --- a/source4/lib/dprintf.c +++ b/source4/lib/dprintf.c @@ -35,7 +35,7 @@ { char *p, *p2; int ret, maxlen, clen; - const char *msgstr; + char *msgstr; va_list ap2; /* do any message translations */ -- cgit