2003-10-06 Marcus Brinkmann <marcus@g10code.de>

* debug.c (debug_init): Drop const qualifier from E.
This commit is contained in:
Marcus Brinkmann 2003-10-06 14:50:19 +00:00
parent 142f4aea09
commit 5024a533e8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-10-06 Marcus Brinkmann <marcus@g10code.de> 2003-10-06 Marcus Brinkmann <marcus@g10code.de>
* debug.c (debug_init): Drop const qualifier from E.
* ath.h (struct ath_ops): Make ADDR argument of CONNECT prototype * ath.h (struct ath_ops): Make ADDR argument of CONNECT prototype
const. const.
(ath_connect): Make ADDR argument const. (ath_connect): Make ADDR argument const.

View File

@ -85,7 +85,7 @@ debug_init (void)
if (!initialized) if (!initialized)
{ {
gpgme_error_t err; gpgme_error_t err;
const char *e; char *e;
const char *s1, *s2;; const char *s1, *s2;;
err = _gpgme_getenv ("GPGME_DEBUG", &e); err = _gpgme_getenv ("GPGME_DEBUG", &e);