From: Ian Jackson Date: Wed, 12 May 2010 23:28:41 +0000 (+0100) Subject: fix a const-correctness bug X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=commitdiff_plain;h=3c1786e58c1e0dc36ba0d9256e8f52eb10619507 fix a const-correctness bug --- diff --git a/backends/innduct.c b/backends/innduct.c index 709dc99..c2aeb9d 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -543,7 +543,7 @@ static int nocheck, nocheck_reported, in_child; /* for logging, simulation, debugging, etc. */ int simulate_flush= -1; int logv_use_syslog; -static char *logv_prefix=""; +static const char *logv_prefix=""; /*========== logging ==========*/