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 --- ChangeLog | 3 +++ VERSION | 2 +- src/librcd.c | 4 +--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0466e7..ffa6034 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.1.7: + * Don't use strnlen + 0.1.6: * Function name is changed to conform LibRCC naming conventions * Other minor changes diff --git a/VERSION b/VERSION index 8bd4f43..1180819 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7CVS +0.1.7 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