summaryrefslogtreecommitdiff
blob: 4506b9e3ab5a8e3f06aa83c2b6f879bc820f5f0d (plain)
1
2
3
4
5
6
7
8
9
10
--- unicode_join.c	2005-03-06 13:20:10.849453136 +1100
+++ unicode_join.c.new	2005-03-06 13:20:05.472270592 +1100
@@ -182,6 +182,7 @@
             *q++ = l1;
             i++;
         found:
+	     break;
         }
     }
     return q - buf_out;