From: Jim Meyering Date: Mon, 27 Apr 1998 03:50:17 +0000 (+0000) Subject: (strncoll): Remove bogus assertion. X-Git-Tag: TEXTUTILS-1_22f~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b44e91e99dc95539513594fa1ecf5368190f5186;p=thirdparty%2Fcoreutils.git (strncoll): Remove bogus assertion. --- diff --git a/src/sort.c b/src/sort.c index 7e1e17971e..f3809814ca 100644 --- a/src/sort.c +++ b/src/sort.c @@ -481,8 +481,6 @@ strncoll (char *s1, char *s2, int len) { register int diff; - assert (len == min (strlen (s1), strlen (s2))); - if (need_locale) { /* Emulate a strncoll function, by forcing strcoll to compare