From 3c1786e58c1e0dc36ba0d9256e8f52eb10619507 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 13 May 2010 00:28:41 +0100 Subject: [PATCH 1/1] fix a const-correctness bug --- backends/innduct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ==========*/ -- 2.30.2