summaryrefslogtreecommitdiff
path: root/intl/localcharset.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-02-10 21:13:52 +0000
committerjbj <devnull@localhost>2002-02-10 21:13:52 +0000
commit09f274515f9876569ea165e09257eaeee5959d5b (patch)
treef8fd65a67c07c03bc3438b367b7a6cef06bede12 /intl/localcharset.c
parent30b9428ce07b2fc3df44742dc58673cb1fb102ec (diff)
downloadlibrpm-tizen-09f274515f9876569ea165e09257eaeee5959d5b.tar.gz
librpm-tizen-09f274515f9876569ea165e09257eaeee5959d5b.tar.bz2
librpm-tizen-09f274515f9876569ea165e09257eaeee5959d5b.zip
- make peace with automake et al in 8.0, ugh.
CVS patchset: 5314 CVS date: 2002/02/10 21:13:52
Diffstat (limited to 'intl/localcharset.c')
-rw-r--r--intl/localcharset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/localcharset.c b/intl/localcharset.c
index 22e09e410..61f8f3e85 100644
--- a/intl/localcharset.c
+++ b/intl/localcharset.c
@@ -75,13 +75,13 @@
/* Pointer to the contents of the charset.alias file, if it has already been
read, else NULL. Its format is:
ALIAS_1 '\0' CANONICAL_1 '\0' ... ALIAS_n '\0' CANONICAL_n '\0' '\0' */
-static char * volatile charset_aliases;
+static const char * volatile charset_aliases;
/* Return a pointer to the contents of the charset.alias file. */
static const char *
get_charset_aliases ()
{
- char *cp;
+ const char *cp;
cp = charset_aliases;
if (cp == NULL)