1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

More casty-foo ...

(This used to be commit 00d5136ea0)
This commit is contained in:
Richard Sharpe 2003-11-13 17:35:00 +00:00
parent 0b5019ffc9
commit 5fd6b5bc61

View File

@ -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);