From: Simon Josefsson Date: Mon, 23 Aug 2004 15:54:00 +0000 (+0000) Subject: Fix. Reported by Dimitri Papadopoulos-Orfanos . X-Git-Tag: gnutls_1_1_18~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16d9536ffc8a0a0bb1409fc78464a291f128caaf;p=thirdparty%2Fgnutls.git Fix. Reported by Dimitri Papadopoulos-Orfanos . --- diff --git a/src/cfg/platon/str/strdyn.c b/src/cfg/platon/str/strdyn.c index 2883fe4ff7..cc57672b59 100644 --- a/src/cfg/platon/str/strdyn.c +++ b/src/cfg/platon/str/strdyn.c @@ -563,7 +563,6 @@ PLATON_FUNC(strdyn_casecompare)(ar, s) char *s; { return PLATON_FUNC(strdyn_casesearch)(ar, s) < 0 ? -1 : 0; - return PLATON_FUNC(strdyn_casesearch)(ar, s) < 0 ? -1 : 0; } int