PERFORCE change 168728 for review

Gabor Kovesdan gabor at FreeBSD.org
Sun Sep 20 20:25:11 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168728

Change 168728 by gabor at gabor_server on 2009/09/20 20:24:55

	- Fix reverse -f

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/newsort/coll.c#9 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/newsort/coll.c#9 (text+ko) ====

@@ -167,7 +167,7 @@
 	else if (Mflag)
 		return (monthcoll(ps1, ps2));
 	else
-		return (_wcscoll(s1, s2));
+		return (_wcscoll(ps1, ps2));
 }
 
 /*


More information about the p4-projects mailing list