summaryrefslogtreecommitdiff
path: root/editors/qemacs/files/patch-unicode_join.c
blob: 69e27ec48a55424d9aaa9932b6745e05e64cab19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- unicode_join.c.orig	Sat Aug 21 20:08:14 2004
+++ unicode_join.c	Sat Aug 21 20:08:27 2004
@@ -182,6 +182,7 @@
             *q++ = l1;
             i++;
         found:
+	    break;
         }
     }
     return q - buf_out;