2003-10-06 Marcus Brinkmann <marcus@g10code.de>
* debug.c (debug_init): Drop const qualifier from E.
This commit is contained in:
parent
142f4aea09
commit
5024a533e8
@ -1,5 +1,7 @@
|
||||
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
|
||||
const.
|
||||
(ath_connect): Make ADDR argument const.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user