1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with gcc 3.4

Approved by:	maintainer
This commit is contained in:
Tilman Keskinoz 2004-08-21 18:13:12 +00:00
parent b02588533d
commit c53b1d14a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116963

View File

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