summaryrefslogtreecommitdiff
path: root/Clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'Clock.c')
-rw-r--r--Clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Clock.c b/Clock.c
index 70eb0a1..fb92983 100644
--- a/Clock.c
+++ b/Clock.c
@@ -2214,7 +2214,7 @@ clock_to_utf8(const char *str, int in_len)
char *buf;
size_t buf_size;
size_t ileft, oleft;
- const char *inptr;
+ ICONV_CONST char *inptr;
char *outptr;
size_t ret;
const char *code_set = nl_langinfo(CODESET);