From: Marcus Brinkmann Date: Mon, 6 Oct 2003 14:50:19 +0000 (+0000) Subject: 2003-10-06 Marcus Brinkmann X-Git-Tag: gpgme-0-4-3~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5024a533e80e9af0c32498e9e123a9c40f8f797e;p=gpgme.git 2003-10-06 Marcus Brinkmann * debug.c (debug_init): Drop const qualifier from E. --- diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 1a03c03..18552f6 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,5 +1,7 @@ 2003-10-06 Marcus Brinkmann + * debug.c (debug_init): Drop const qualifier from E. + * ath.h (struct ath_ops): Make ADDR argument of CONNECT prototype const. (ath_connect): Make ADDR argument const. diff --git a/gpgme/debug.c b/gpgme/debug.c index 53555be..f913646 100644 --- a/gpgme/debug.c +++ b/gpgme/debug.c @@ -85,7 +85,7 @@ debug_init (void) if (!initialized) { gpgme_error_t err; - const char *e; + char *e; const char *s1, *s2;; err = _gpgme_getenv ("GPGME_DEBUG", &e);