summaryrefslogtreecommitdiffstats
path: root/gnupgparse.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-03-26 09:50:06 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-03-26 09:50:06 +0000
commit859ba2a012d5a23d1c3c68d8941dd68566da97ce (patch)
tree4ba991e27d55a4dd1cc7b0ea9d2414c77493663a /gnupgparse.c
parent80e70c3e02d9570c22f4dbddc4efcb2d03676528 (diff)
Fix iconv warnings; from Edmund Grimley Evans.
Diffstat (limited to 'gnupgparse.c')
-rw-r--r--gnupgparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnupgparse.c b/gnupgparse.c
index bf0e2e60..01a0a6b5 100644
--- a/gnupgparse.c
+++ b/gnupgparse.c
@@ -90,7 +90,7 @@ static void fix_uid (char *uid)
{
int n = s - uid + 1; /* chars available in original buffer */
char *buf;
- const char *ib;
+ ICONV_CONST char *ib;
char *ob;
size_t ibl, obl;