From b1c3af9c5c699a7a7def1eb96f2c7640ceda272f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Sep 2000 21:46:07 +0000 Subject: [PATCH] (krb5_vlog_msg): fix const-ness git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9057 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/log.c b/lib/krb5/log.c index 110039647..f33b0e5a5 100644 --- a/lib/krb5/log.c +++ b/lib/krb5/log.c @@ -356,7 +356,7 @@ krb5_vlog_msg(krb5_context context, __attribute__((format (printf, 5, 0))) { char *msg; - char *actual; + const char *actual; char buf[64]; time_t t; int i;