diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /japanese/iv/files/patch-cn | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'japanese/iv/files/patch-cn')
-rw-r--r-- | japanese/iv/files/patch-cn | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/japanese/iv/files/patch-cn b/japanese/iv/files/patch-cn deleted file mode 100644 index 72afe13bf958..000000000000 --- a/japanese/iv/files/patch-cn +++ /dev/null @@ -1,63 +0,0 @@ -diff -Ncr src/lib/IV-X11/xjivfunc.c src/lib/IV-X11/xjivfunc.c -*** src/lib/IV-X11/xjivfunc.c Sat Feb 6 19:11:35 1999 ---- src/lib/IV-X11/xjivfunc.c Sat Feb 6 19:05:50 1999 -*************** -*** 110,115 **** ---- 110,116 ---- - rb += c.rbearing; - } - } -+ delete[] ss; - return rb; - } - -*************** -*** 175,180 **** ---- 176,182 ---- - w += c.width; - } - } -+ delete[] ss; - return w; - } - -*************** -*** 248,253 **** ---- 250,256 ---- - } - } - } -+ delete[] ss; - return a; - } - -*************** -*** 321,326 **** ---- 324,330 ---- - } - } - } -+ delete[] ss; - return d; - } - -*************** -*** 404,409 **** ---- 408,414 ---- - XDrawString(dpy, d, gc, x, y, (const char*)ss, sl); - } - } -+ delete[] ss; - } - - void JIVDrawImageString(XDisplay *dpy, XDrawable d, GC gc, const Font* f, -*************** -*** 487,492 **** ---- 492,498 ---- - XDrawImageString(dpy, d, gc, x, y, (const char*)ss, sl); - } - } -+ delete[] ss; - } - - #endif /* JIV */ |