mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
2. take maintainership - the distfile is re-rolled (but no log in Changes :-/) - bump PORTREVISION PR: ports/122541 Submitted by: maintainer (Sunpoet Po-Chuan Hsieh)
11 lines
310 B
C
11 lines
310 B
C
--- misc.c.orig 2008-04-04 06:38:59.000000000 +0800
|
|
+++ misc.c 2008-04-07 17:48:56.000000000 +0800
|
|
@@ -290,7 +290,7 @@
|
|
#ifdef BIG5
|
|
if (left[cnt] & 0x80 && left[cnt+1] != 0)
|
|
{
|
|
- sprintf(temp, "%c%c", left[cnt], left[++cnt]));
|
|
+ sprintf(temp, "%c%c", left[cnt], left[++cnt]);
|
|
}
|
|
else
|
|
{
|