From 1e6e5b299c235b513095a76a4cd9fffc41e8fc9c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 17 Jun 2002 18:36:36 +0000 Subject: beginning to sync up for 2.2.5 release.... --- source/smbd/mangle_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/smbd/mangle_map.c') diff --git a/source/smbd/mangle_map.c b/source/smbd/mangle_map.c index 71d93407181..372ddc0bd49 100644 --- a/source/smbd/mangle_map.c +++ b/source/smbd/mangle_map.c @@ -127,7 +127,7 @@ static char *map_filename( char *s, /* This is null terminated */ */ static void mangled_map(char *s, const char *MangledMap) { - char *start=MangledMap; /* Use this to search for mappings. */ + char *start=(char*)MangledMap; /* Use this to search for mappings. */ char *end; /* Used to find the end of strings. */ char *match_string; pstring new_string; /* Make up the result here. */ -- cgit