summaryrefslogtreecommitdiffstats
path: root/source/intl
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-11-13 17:35:00 +0000
committerRichard Sharpe <sharpe@samba.org>2003-11-13 17:35:00 +0000
commit00d5136ea0456115c25bf3c791616ef4bbbb8fc1 (patch)
treeec96e76b66c98737c8d6f8c77970122002d3cd6c /source/intl
parentd165a49d860443741e57458b8a819c6d54824fc5 (diff)
downloadsamba-00d5136ea0456115c25bf3c791616ef4bbbb8fc1.tar.gz
samba-00d5136ea0456115c25bf3c791616ef4bbbb8fc1.tar.xz
samba-00d5136ea0456115c25bf3c791616ef4bbbb8fc1.zip
More casty-foo ...
Diffstat (limited to 'source/intl')
-rw-r--r--source/intl/lang_tdb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/intl/lang_tdb.c b/source/intl/lang_tdb.c
index b98e5734cbf..fe2ad5b2fce 100644
--- a/source/intl/lang_tdb.c
+++ b/source/intl/lang_tdb.c
@@ -176,7 +176,8 @@ BOOL lang_tdb_init(const char *lang)
const char *lang_msg(const char *msgid)
{
TDB_DATA key, data;
- char *p, *q, *msgid_quoted;
+ const char *p;
+ char *q, *msgid_quoted;
int count;
lang_tdb_init(NULL);