diff options
-rw-r--r-- | editors/qemacs/files/patch-unicode_join.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/qemacs/files/patch-unicode_join.c b/editors/qemacs/files/patch-unicode_join.c new file mode 100644 index 000000000000..69e27ec48a55 --- /dev/null +++ b/editors/qemacs/files/patch-unicode_join.c @@ -0,0 +1,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; |