From c7a4647b7a84641f5fed6b67d45c241fff19c2b3 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Wed, 27 Aug 1997 20:20:58 +0000 Subject: charset.c: Added patch for client code page 852 (Eastern European) from Leos Bitto . clitar.c: proto.h: Fixed proto mismatch for strslashcmp(). Jermey (jallison@netcom.com) --- source/client/clitar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/client/clitar.c') diff --git a/source/client/clitar.c b/source/client/clitar.c index f70e639e905..d5bca8c5bbb 100644 --- a/source/client/clitar.c +++ b/source/client/clitar.c @@ -376,8 +376,7 @@ Compare two strings in a slash insensitive way, allowing s1 to match s2 if s1 is an "initial" string (up to directory marker). Thus, if s2 is a file in any subdirectory of s1, declare a match. ***************************************************************************/ -static -int strslashcmp(char *s1, char *s2) +static int strslashcmp(char *s1, char *s2) { char *s1_0=s1; -- cgit