Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2008 07:00:37 GMT
From:      Konrad Jankowski <konrad@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147629 for review
Message-ID:  <200808170700.m7H70bFI062686@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147629

Change 147629 by konrad@vspredator on 2008/08/17 06:59:44

	Back out my excessive optimization.

Affected files ...

.. //depot/projects/soc2008/konrad_collation/libc/string/strxfrm.c#8 edit

Differences ...

==== //depot/projects/soc2008/konrad_collation/libc/string/strxfrm.c#8 (text+ko) ====

@@ -138,7 +138,7 @@
  	}
 	sverrno = errno;
 	free(wcs);
-	for (i = COLL_WEIGHTS_MAX - 1; i >= 0; i--)
+	for (i = 0; i < COLL_WEIGHTS_MAX; i++)
 		free(xf[i]);
 	errno = sverrno;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808170700.m7H70bFI062686>