ports/net/tintin++-devel/files/patch-misc.c
Cheng-Lung Sung d2563f4f50 1. fix build with Big5 enabled (chinese/tintin++)
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)
2008-04-09 08:59:47 +00:00

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
{