mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
10 lines
227 B
C
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;
|