On the 1.7.x-r1341012 branch, merge r1341076 from trunk (clean merge).


git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.7.x-r1341012@1341078 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/subversion/libsvn_wc/status.c b/subversion/libsvn_wc/status.c
index 0501b29..51471d3 100644
--- a/subversion/libsvn_wc/status.c
+++ b/subversion/libsvn_wc/status.c
@@ -1128,7 +1128,7 @@
 
   /* Walk all the children of this directory. */
   sorted_children = svn_sort__hash(all_children,
-                                   svn_sort_compare_items_as_paths,
+                                   svn_sort_compare_items_lexically,
                                    subpool);
   for (i = 0; i < sorted_children->nelts; i++)
     {