ports/editors/qemacs/files/patch-unicode_join.c
Tilman Keskinoz c53b1d14a8 Fix build with gcc 3.4
Approved by:	maintainer
2004-08-21 18:13:12 +00:00

10 lines
227 B
C

--- 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;