blob: 121988feec24ee2e6035cf3e5db333ea471cec77 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- unicode_join.c 2005-03-06 13:20:10.849453136 +1100
+++ unicode_join.c.new 2005-03-06 13:20:05.472270592 +1100
@@ -182,6 +182,7 @@
*q++ = l1;
i++;
found:
+ ;
}
}
return q - buf_out;
|