From 0ac47ed6926321840f0b5b2962225583fd22f3be Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 26 Jul 2005 02:38:17 +0000 Subject: FreeBSD fix - String length handling is revised to LibRCC style - The 'strnlen' function is not any more called --- src/librcd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/librcd.c b/src/librcd.c index 18681ae..55eefc0 100644 --- a/src/librcd.c +++ b/src/librcd.c @@ -7,8 +7,6 @@ #define max(a,b) ((a>b)?a:b) #define min(a,b) ((a1) return RUSSIAN_CHARSET_UTF8; return is_win_charset2(buf,l); } -- cgit v1.2.3